You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Colin Snover edited this page Jul 1, 2013
·
15 revisions
While PhantomJS is not a suitable replacement for testing in real browsers, it is often quicker and easier to test with PhantomJS when writing your tests and then let your CI service handle running tests across all platforms.
Using a local PhantomJS installation with Intern is very simple:
In your Intern configuration, set environments: [ { browserName: 'phantom' } ] and useSauceConnect: false