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

UI tests for accessing contents via the SharedArrayBuffer #93

Open
jtpio opened this issue Jun 6, 2024 · 0 comments
Open

UI tests for accessing contents via the SharedArrayBuffer #93

jtpio opened this issue Jun 6, 2024 · 0 comments

Comments

@jtpio
Copy link
Member

jtpio commented Jun 6, 2024

As a follow-up to #87, we should check if it's possible to test accessing the contents with the new approach via the SharedArrayBuffer.

Maybe by using an addition server via the Playwright webServer config section, with a server that enables the COOP / COEP headers:

webServer: [
{
command: 'yarn start',
port: 8000,
timeout: 120 * 1000,
reuseExistingServer: true
}
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant