зеркало из
https://github.com/iharh/notes.git
synced 2025-11-03 15:16:08 +02:00
15 строки
386 B
Plaintext
15 строки
386 B
Plaintext
test - runs tests
|
|
test:compile
|
|
test-only
|
|
test:console
|
|
test:console-quick ... with test-dependencies
|
|
|
|
sbt "testOnly *Spec"
|
|
|
|
Moar Commands
|
|
test-failed - run any specs that failed
|
|
test-quick - run any specs that failed and/or had dependencies updated
|
|
|
|
Tags:
|
|
http://stackoverflow.com/questions/10302458/excluding-a-scalatest-test-when-calling-my-tests-from-within-sbt
|