Skip to content

Files

Latest commit

05fa73f · Jul 6, 2018

History

History
17 lines (11 loc) · 1 KB

README.md

File metadata and controls

17 lines (11 loc) · 1 KB

Integration Tests for DesignSafe

This is the repository for integration tests for DesignSafe.

All tests run using TestCafe.

Installing TestCafe

To install TestCafe, use npm: npm install --save-dev testcafe

For more details, read the TestCafe Installation instructions.

To run TestCafe tests:

testcafe [browser] [directory or file] [options]

testcafe chrome testForCommunityDataListing.ts -e

TestCafe uses your real browser, so any testing browser must be installed first. You do not need WebDriver, or any other software or packages. Use the -e option to ignore any irrelevant JavaScript errors that appear and cause the test to fail. For more information, read the documentation on the TestCafe CLI.