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

Store document and screenshot on misfit #80

Open DaniRey opened 5 years ago

DaniRey commented 5 years ago

When a document doens't match the provided gauge, it would be helpful do get access to the document, as seen by the webdriver during the test, after the test was executed.

Therefore it would be good to store this document and if supported by the browser, also a screenshot.