You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
How to use logging (e.g., info, debug, etc.) and src/test/resources/log-test.properties
Error reporting:
Power assertion for test failures (e.g., show the condition expression and data differences)
Show the summary of succeeded/failed tests (e.g., running times per project names, failed test names) at the end. (We just need to upload target/test-reports somewhere)
Output test results to a file (sbt already reports target/test-reports)
Recording:
Use function return values to record test results. There might be more meaningful usage of function return values (e.g., storing test data to DB, sending metrics to fluentd, etc.)
Runner:
Parallel test execution (spec level parallelism is already available)
asynchronous tests, returning Future type
DI
Support context.buildAndRun[A](additional design) to support fine-grained design customization.
Documentation:
Error reporting:
Recording:
Runner:
DI
context.buildAndRun[A](additional design)
to support fine-grained design customization.IntelliJ
Standalone mode
Testing API
The text was updated successfully, but these errors were encountered: