ApexUnit icon indicating copy to clipboard operation
ApexUnit copied to clipboard

ApexUnit is a powerful continuous integration tool for the Force.com platform

Results 16 ApexUnit issues
Sort by recently updated
recently updated
newest added

Hello - long time user first time issue reporter here. I am having an issue that _appears_ to be identical to an issue that was closed a few years ago:...

Currently, when no test class is found for specified manifest and/or regex, then the execution fails. I've added a flag `-require.at.least.one.test` which doesn't fail the execution in such a scenario...

cla:signed

Hi - I am reopening the PR and let you decide :) Thank you all for this powerful tool!

cla:missing

So I have successfully build ApexUnit and Reports are generated. but somehow when i click on "Detailed Test Report" it doesn't redirect page to correct apexunitreport.xml, instead it takes Detailed...

Currently the two options -regex.for.selecting.source.classes.for.code.coverage.computation and -regex.for.selecting.test.classes.to.execute can be used to specify a comma separated list of patterns for selecting classes. The patterns support simple wildcard substitution and are converted...

enhancement
help wanted

I changed the the log level to "debug" on the logback.xml : ```java ``` but nothing happen on the console when I run the mvn compile ... All I see...

com.sforce.cd.apexUnit.ApexUnitRunner.main()] INFO com.sforce.cd.apexUnit.client.utils.ApexClassFetcherUtils - Using regex(es): ZT* to fetch apex classes [com.sforce.cd.apexUnit.ApexUnitRunner.main()] INFO com.sforce.cd.apexUnit.client.utils.ApexClassFetcherUtils - Using regex: "ZT*" to fetch apex classes [com.sforce.cd.apexUnit.ApexUnitRunner.main()] INFO com.sforce.cd.apexUnit.client.testEngine.TestExecutor - ***** debuging[Ljava.lang.String;@4b4172b8 [com.sforce.cd.apexUnit.ApexUnitRunner.main()] INFO...

help wanted
inadequate details

Resoves #30 by splitting the regex on the . character to extract the namespace

When running a moderate number of tests (e.g. 173), the following exception occurs: 22:02:39 INFO c.s.c.a.c.TestStatusPollerAndResultHandler - Total tests executed 93 , Remaining tests 80 22:02:39 INFO c.s.c.a.c.TestStatusPollerAndResultHandler - Now...

help wanted
inadequate details