Skip to content

Instantly share code, notes, and snippets.

@gvn
Last active August 29, 2015 14:16
Show Gist options
  • Select an option

  • Save gvn/4a69e18da27b929da086 to your computer and use it in GitHub Desktop.

Select an option

Save gvn/4a69e18da27b929da086 to your computer and use it in GitHub Desktop.
Mofo Testing

Mofo Testing Notes

General approach for functional testing:

Do programmatic user interactions via headless browser and analyze the resulting DOM mutations.

PhantomJS

A navigation scripting & testing utility for PhantomJS and SlimerJS. So far I've been able to get some very basic functional tests, but doing things like clicking buttons doesn't seem to work.

SlimerJS

  • Appears to not work on OSX Yosemite...
@Pomax
Copy link

Pomax commented Mar 6, 2015

LESS

node 0.12 is only compatible with gulp-less ^3.0.1, so projects that Travis-build against node v10 will break locally with v12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment