Skip to content

Commit c199019

Browse files
committed
move env vars so its more clean
1 parent 11f8201 commit c199019

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.env

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

44
NEXT_PUBLIC_PROVIDER_NAME=acme
55
NEXT_PUBLIC_PROVIDER_ID=572
6-
NEXT_PUBLIC_SCIENTIST_API_VERSION=v2
7-
8-
# values to use for testing
9-
TEST_SCIENTIST_USER=[email protected]
10-
TEST_SCIENTIST_PW=!test1234
6+
NEXT_PUBLIC_SCIENTIST_API_VERSION=v2

cypress.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,8 @@ module.exports = defineConfig({
2121
return config
2222
},
2323
},
24+
env: {
25+
TEST_SCIENTIST_USER: '[email protected]',
26+
TEST_SCIENTIST_PW: '!test1234',
27+
},
2428
});

0 commit comments

Comments
 (0)