Skip to content

DesignSafe-CI/designsafe-e2e

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

e2e tests for designsafe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published