This is the repository for integration tests for DesignSafe.
All tests run using TestCafe.
To install TestCafe, use npm:
npm install --save-dev testcafe
For more details, read the TestCafe Installation instructions.
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.