/designsafe-e2e

e2e tests for designsafe

Primary LanguageTypeScript

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.