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
{{ message }}
This repository was archived by the owner on Jan 9, 2020. It is now read-only.
Use "extraScalaTestArgs" to pass extra options to scalatest. (#52)
* Use "extraTestArgLine" to pass extra options to scalatest.
Because the "argLine" option of scalatest is set in pom.xml and we can't
overwrite it from the command line.
Ref #37
* Added a default value for extraTestArgLine
* Use a better name.
* Added a tip for this in the dev docs.
0 commit comments