Skip to content
Santhosh Venkata Rama Siva Thanakala Gani edited this page Feb 27, 2017 · 15 revisions

Background

Venus is a testing tool for JavaScript (JS), which simplifies running unit tests.

When you are developing a browser-based project in JS, you'll want to create unit tests and run them frequently. To run one of your tests in the browser, you typically need to generate a test fixture page.

Rather than create an entirely new testing library, we set out to create a tool to make it easier for you to work with an existing library.

Learn more from the Venus documentation.

Clone this wiki locally