We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c9d354 commit db72d83Copy full SHA for db72d83
test/e2e/baseFixture.ts
@@ -41,6 +41,9 @@ export const describe = (
41
authenticated: includeCredentials,
42
// This provides a cookie that authenticates with code-server.
43
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,
47
})
48
49
fn(codeServer)
0 commit comments