This repository was archived by the owner on Sep 21, 2022. It is now read-only.
0.5.0
- Browsers are now launched once for each run (previously, they were
launched once per suite). This greatly reduces total tests run time,
but can break some of your code, i.e. eachmouseDownshould always
be closed bymouseUp.
Previously, this was not required ifmouseDownwas used once for
suite.
It will show warning if versions of the modules does not match. flatreporter replacestree. Tree reporter can not work with new
browser launch model.- Add
parallelLimitoption that allows to limit number of browsers
run in parallel. - Add
suite.after()which can be used to perform some action after all
of the states without taking screenshot. - Unknown errors, returned by Selenium have more detailed report.
- Fix
--versionoption.