Closed
Description
What are you trying to achieve?
Be able to set up the bypassCSP
Playwright configuration on the codecept.conf.js
file.
For example:
helpers: {
Playwright: {
bypassCSP: true
}
What do you get instead?
The configuration bypassCSP
is not available.
Workaround
Before each test, do I.restartBrowser({ bypassCSP: true });
.
Another possible solution would be to start the browser manually, but that is not working (issue #3329)
Details
- CodeceptJS version: 3.3.6
- Playwright version: 1.18
Metadata
Metadata
Assignees
Labels
No labels