Skip to content

Commit 1435414

Browse files
committed
move them again so they're all in the cypress config
1 parent 4b48da3 commit 1435414

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.env

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@
33

44
NEXT_PUBLIC_PROVIDER_NAME=acme
55
NEXT_PUBLIC_PROVIDER_ID=572
6-
NEXT_PUBLIC_SCIENTIST_API_VERSION=v2
7-
8-
CYPRESS_NEXT_PUBLIC_PROVIDER_NAME=acme
9-
CYPRESS_NEXT_PUBLIC_PROVIDER_ID=572
6+
NEXT_PUBLIC_SCIENTIST_API_VERSION=v2

cypress.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
require('dotenv').config({ path: `.env.local`, override: true })
21
const dotenvFlowPlugin = require('cypress-dotenv-flow');
32
const { defineConfig } = require("cypress")
43

@@ -25,5 +24,7 @@ module.exports = defineConfig({
2524
env: {
2625
TEST_SCIENTIST_USER: '[email protected]',
2726
TEST_SCIENTIST_PW: '!test1234',
27+
NEXT_PUBLIC_PROVIDER_NAME: 'acme',
28+
NEXT_PUBLIC_PROVIDER_ID: '572'
2829
},
2930
});

0 commit comments

Comments
 (0)