GoogleChromeLabs / web-audio-samples

Web Audio API samples by Chrome Web Audio Team
https://bit.ly/web-audio-samples
Apache License 2.0
695 stars 197 forks source link

Playwright Test Suite: realtime-sine (MVP) #372

Closed terryzfeng closed 4 months ago

terryzfeng commented 4 months ago

This PR Implements the "realtime-sine" test with basic infrastructure/framework.

Instruction for local testing

The test result looks like this for npm run test: Screenshot 2024-07-15 at 8 41 09 AM

The test result looks like this for npm run test-live: Screenshot 2024-07-15 at 8 44 37 AM

terryzfeng commented 4 months ago

We will cut down the tests to only realtime-sine for this MVP, aiming to do this by Thursday

hoch commented 4 months ago

Thanks for the updates and clear communication!

hoch commented 4 months ago

Done! Thanks for working on this @Kizjkre and @terryzfeng! 🚀