Closed terryzfeng closed 4 months ago
This PR Implements the "realtime-sine" test with basic infrastructure/framework.
npm install
npx playwright install
npm run test
npm run test-live
localhost:8080
The test result looks like this for npm run test:
The test result looks like this for npm run test-live:
We will cut down the tests to only realtime-sine for this MVP, aiming to do this by Thursday
realtime-sine
Thanks for the updates and clear communication!
Done! Thanks for working on this @Kizjkre and @terryzfeng! 🚀
This PR Implements the "realtime-sine" test with basic infrastructure/framework.
Instruction for local testing
npm install
npx playwright install
npm run test
ornpm run test-live
npm run test
for Playwright tests.npm run test-live
for live suite; after the comment, open up a browser and go tolocalhost:8080
.The test result looks like this for
npm run test
:The test result looks like this for
npm run test-live
: