This repository has been 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. eachmouseDown
should always
be closed bymouseUp
.
Previously, this was not required ifmouseDown
was used once for
suite.
It will show warning if versions of the modules does not match. flat
reporter replacestree
. Tree reporter can not work with new
browser launch model.- Add
parallelLimit
option 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
--version
option.