5
ScalaTest in sbt: c'è un modo per eseguire un singolo test senza tag?
So che un singolo test può essere eseguito eseguendo, in sbt, testOnly *class -- -n Tag C'è un modo per dire a sbt / scalatest di eseguire un singolo test senza tag? Per esempio: testOnly *class -- -X 2 vorrebbe dire "eseguire il secondo test in classe. Qualunque cosa sia". …