-
Notifications
You must be signed in to change notification settings - Fork 14
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Revises copy, upgrades some dependencies, adds testing basics
- Loading branch information
Showing
5 changed files
with
292 additions
and
254 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
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,13 @@ | ||
## Testing locally | ||
|
||
The test runner leverages [x-test](https://github.com/Netflix/x-test) and [puppeteer](https://pptr.dev). At this time this is done in two processes: | ||
|
||
``` | ||
# serve the source (long running process) | ||
npm start | ||
# run the suite and exit | ||
npm test | ||
``` | ||
|
||
Test output is recorded in the [TAP format](https://testanything.org). |
Oops, something went wrong.