We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff0fcf9 commit fedd327Copy full SHA for fedd327
packages/app/src/runner/get-runner-config-from-window.ts
@@ -1,6 +1,5 @@
1
import { decodeBase64Unicode } from '@packages/frontend-shared/src/utils/base64'
2
3
export function getRunnerConfigFromWindow () {
4
- // @ts-ignore
5
return JSON.parse(decodeBase64Unicode(window.__CYPRESS_CONFIG__?.base64Config)) as Cypress.Config
6
}
0 commit comments