-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Howard Chiam edited this page Dec 29, 2020
·
4 revisions
(Note: see the most up-to-date scripts in package.json.)
When ready to publish to https://simple-slides.surge.sh, I'll run yarn run publish
(note the word run
is needed to differentiate from publishing as a package).
To test on the development test site, run yarn test
to open cypress with the visual browser UI, or run yarn test-cli
to run the headless browser version with test results showing up only in the CLI.
To run a website quality test, run yarn test-quality
.