How to run specifications sequentially
I suppose you are using SBT? If so, check the documentation: http://www.scala-sbt.org/release/docs/Detailed-Topics/Parallel-Execution The relevant SBT setting is parallelExecution. Add this to your project definition: Test / parallelExecution := false