Home - msssk/intern GitHub Wiki
Welcome to the Intern documentation! If you can’t find what you are looking for here, check out some of the questions on Stack Overflow.
Getting started
- Getting Started Tutorial
- Integration Examples (jQuery, Dojo, Ember, Angular, etc.)
- Configuring Intern
- Writing Tests with Intern
- Functional Testing API (NOTE: Intern converts callbacks into promises, so ignore the callback signatures)
- Running Intern
- Getting Support
Intermediate topics
- Running a WebDriver server
- Using and Writing Reporters
- Using Intern with Alternative AMD Loaders (like RequireJS)
- Using Intern with Grunt
- Using Intern with PhantomJS
- Using Intern to unit test Ajax calls
- Testable code best practices