Skip to content

uapui-dev/intern

 
 

Repository files navigation

Intern testing framework

Build Status Average time to resolve an issue Percentage of issues still open

Intern is a complete test system for JavaScript designed to help you write and run consistent, high-quality test cases for your JavaScript libraries and applications. It can be used to test any JavaScript code. It can even be used to test non-JavaScript Web and mobile apps, and to run tests written for other test systems.

If you’re into name-dropping, Intern gets used every day by teams at Twitter, Stripe, Mozilla, IBM, Marriott, Philips, Zenput, Alfresco, Esri, HSBC, ING, Intuit, and more. It’s also the testing framework of choice for growing numbers of open-source projects.

Learn more about Intern at https://theintern.github.io.

Quick start

  1. Install from npm

    cd /my/project/root
    npm install intern --save-dev
    
  2. Create a copy of the example configuration file in your package’s test directory and edit appropriately. See the configuration documentation for a list of all available options.

    mkdir tests ; cp node_modules/intern/tests/example.intern.js tests/intern.js
    
  3. Verify your configuration works by running the Node.js client and seeing that no errors are output.

    node_modules/.bin/intern-client config=tests/intern
    
  4. Start writing tests! Read writing tests in the user guide and the Intern tutorial to learn more!

More information

Do you hate kittens and love old IE?

If you need to support IE 6–8, there is also a version of Intern for legacy browsers.

License

Intern is a Dojo Foundation project offered under the New BSD license.

© SitePen, Inc. and its contributors

About

A next-generation code testing stack for JavaScript.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.9%
  • CSS 4.4%
  • Shell 2.2%
  • Other 0.5%