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

Provide gauge functions via trait #33

Closed DaniRey closed 7 years ago

DaniRey commented 7 years ago

Provide functions to build core.Gauge (HtmlGauge) and json.Gauge (JsonGauge), to releave users from having to manually tweak there imports.