Skip to content

Version 0.5

Latest
Compare
Choose a tag to compare
@letsgetrandy letsgetrandy released this 11 Jan 19:00
· 17 commits to master since this release
  • fixed the invalid context error that was plaguing the console
  • now runs all tests by default if nothing more specific is given on the command line
  • test file's path is reported for all errors
  • error output has cleaner formatting
  • new setting allows custom hostnames to be specified for relative URLs
  • new setting allows a custom command to be called, to display failure diffs
  • now supports _events.js file where onload and onunload handlers can be defined for all files in a directory
  • skip hidden files and non-javascript files when recursively running tests in a directory
  • new click function makes it easier to click on an element when testing
  • new waitForLoad function to pause test execution until page is ready
  • new hide, show, and remove functions for easier access to DOM from tests
  • commandline options given preference over config files