Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-05-23 | 903 Bytes | |
v0.6.0 source code.tar.gz | 2016-05-23 | 109.7 kB | |
v0.6.0 source code.zip | 2016-05-23 | 159.6 kB | |
Totals: 3 Items | 270.3 kB | 0 |
- Feature: Renamed
finished-when
towait-for-script
(dbb2e5f) - Feature: Now allowing
wait-for-script
on global, page and component level (#12, 7643770) - Feature: Added
wait-for-delay
option, which will idle for a specified amount of milliseconds (c93c8a4) - Feature: Added
run-script
option, which will run a script on the page enabling clicking stuff, opening of dialogs, etc. (f970952) - Feature:
wait-for-script
andrun-script
are now strings referring to javascript files, no more inline scripts (0130a9d) - Feature: Added
credentials
option to be used as HTTP Basic auth (ecaa664) - Feature: Added
phantomjs-flags
option (bf40f68) - Fix: Improved error message for ignore rule failures (b60fa34)
- Chore: Updated internal dependencies
- Chore: CI servers are now also testing for Node.js v6.x
- Docs: Improved texts on the differences between
wait-for-script
andrun-script