Skip to content

Commit db72d83

Browse files
committed
fixup! add back ignoreHTTPSErrors
1 parent 0c9d354 commit db72d83

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/e2e/baseFixture.ts

+3
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,9 @@ export const describe = (
4141
authenticated: includeCredentials,
4242
// This provides a cookie that authenticates with code-server.
4343
storageState: includeCredentials ? storageState : {},
44+
// NOTE@jsjoeio some tests use --cert which uses a self-signed certificate
45+
// without this option, those tests will fail.
46+
ignoreHTTPSErrors: true,
4447
})
4548

4649
fn(codeServer)

0 commit comments

Comments
 (0)