This repository has been archived by the owner on Feb 11, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add E2E tests using files in examples directory
* Add test file * Unignore JS test files * Run tests in CI * Add test:e2e script * Add TestCafe plugins for linting * Add start:e2e script for E2E tests * Install testcafe + configuration * Serve examples at localhost using servor
- Loading branch information
1 parent
effdf25
commit d48954a
Showing
8 changed files
with
6,607 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,5 +9,4 @@ | |
.coverage | ||
.rpt2_cache | ||
dist | ||
.env | ||
tests/**/*.js | ||
.env |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"browsers": [ | ||
"browserstack:[email protected]:Windows 10", | ||
"browserstack:[email protected]:Windows 10" | ||
], | ||
"hostname": "localhost", | ||
"src": "**/*.e2e.js", | ||
"appCommand": "npm run start:e2e" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.