Question

I try to play around with Specs2 GWT ( http://etorreborre.github.io/specs2/guide/org.specs2.guide.structure.GivenWhenThenPage.html), but I wonder how to write multiple test scenarios, I cant find documents related to that.

Many thanks in advance

Was it helpful?

Solution

It's pretty easy, you only have to add the second scenario to your test (after ending the first).

There exists an example on the github page containing two scenarios.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top