scenarioo / scenarioo-js

Scenarioo writer library to produce feature rich e2e test reports, e.g. from Protractor/WebDriverJS tests with Jasmine
http://www.scenarioo.org
MIT License
10 stars 3 forks source link

Page name calculation not only dependend on current URL #26

Open bruderol opened 8 years ago

bruderol commented 8 years ago

Currently only the page name can be calculated based on current URL, it should also be possible to define it based on current page informations or state of test etc.

also not only the page name but also other properties of page object should be possible to be saved here.