Skip to content

v0.6.0

Latest
Compare
Choose a tag to compare
@branneman branneman released this 23 May 11:51
· 1 commit to master since this release
  • Feature: Renamed finished-when to wait-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 and run-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 and run-script