Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No test were executed #56

Open
Roland4444 opened this issue Sep 28, 2018 · 2 comments
Open

No test were executed #56

Roland4444 opened this issue Sep 28, 2018 · 2 comments

Comments

@Roland4444
Copy link

Discovery starting.
Discovery completed in 73 milliseconds.
Run starting. Expected test count is: 0
DiscoverySuite:
Run completed in 115 milliseconds.
Total number of tests run: 0
Suites: completed 1, aborted 0
Tests: succeeded 0, failed 0, canceled 0, ignored 0, pending 0
No tests were executed.

No test runned. Why?
Project => https://github.com/Roland4444/Zerber.git

@SipSeb
Copy link

SipSeb commented Jan 30, 2019

I ran into the same problem today. Using it from mvn test on a Mac. My Linux colleagues don't see this problem. Any hints?

@PeterFras
Copy link

@SipSeb This config worked for me, mind the testCompile goal:

<plugin>
    <groupId>org.scala-tools</groupId>
    <artifactId>maven-scala-plugin</artifactId>
    <executions>
        <execution>
            <goals>
                <goal>compile</goal>
                <goal>testCompile</goal>
            </goals>
        </execution>
    </executions>
    <configuration>
        <jvmArgs>
            <jvmArg>-Xms64m</jvmArg>
            <jvmArg>-Xmx1024m</jvmArg>
        </jvmArgs>
    </configuration>
</plugin>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants