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
Use `debugger` in your JS in failing tests to pause JS execution and see what's going on during the execution of the code.
236
+
237
+
To see the current state of the DOM, test's DOM can be found in nested iframes on the page.
238
+
222
239
## Travis Integration
223
240
224
241
That's it for testing, but you can also set up continuous integration on [Travis CI](https://travis-ci.org) to run tests for every push to your repository to keep track of future updates.
0 commit comments