Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Playwright Test Framework #368

Open
wants to merge 40 commits into
base: main
Choose a base branch
from
Open

Create Playwright Test Framework #368

wants to merge 40 commits into from

Conversation

terryzfeng
Copy link
Collaborator

@terryzfeng terryzfeng commented Jun 11, 2024

Preparing Playwright Test Framework for AudioWorklet Testing

Tests written here src/tests/playwright (.spec.ts)
Test pages are in src/tests/playwrights/pages

More documentation is written here
https://docs.google.com/document/d/1e7G9jc4kuVZWvjylTtFE76DzQBsOG6lZSFmV19Kc5cY/edit#heading=h.wb3akxg1nco

@terryzfeng
Copy link
Collaborator Author

terryzfeng commented Jun 11, 2024

I haven't yet figured out how to manage multiple versions of Chromium through Playwright, just have the latest Chromium build I believe.

@terryzfeng terryzfeng linked an issue Jun 11, 2024 that may be closed by this pull request
Kizjkre and others added 5 commits June 25, 2024 17:26
…ffline audio buffer comparison

Co-authored-by: kizjkre <[email protected]>
feat: add beCloseTo impl

feat: impl buffer comparison and graph evaluation

refactor: realtimeSine test, recorder-main, etc.

test: add dsp graph eval test
@mjwilson-google mjwilson-google added the gsoc24 Google Summer of Code 2024 label Jun 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gsoc24 Google Summer of Code 2024
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Research various JS testing frameworks
3 participants