unic / ScalaWebTest

ScalaWebTest is a library for writing ScalaTest/Selenium based integration tests for web applications. It helps you with your basic setup and provides a new and very efficient approach to testing.
https://scalawebtest.org
Apache License 2.0
29 stars 9 forks source link

Move the build base trait #24

Closed DaniRey closed 6 years ago

DaniRey commented 7 years ago

Building you own base trait is done too early in the documentation. Move it further down, to clarify that this isn't mandatory and that extending the IntegrationSpec isn't mandatory.

There is no connection between using Gauges and the IntegrationSpec base trait.