Skip to content

Commit edaff2a

Browse files
committed
chore: adds missing env variable for cypress tests
Signed-off-by: Anthony D. Mays <[email protected]>
1 parent dff1319 commit edaff2a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/javascript/fullstack_demo/cypress.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export default defineConfig({
99
},
1010
env: {
1111
visualRegressionType: 'regression',
12+
NEXT_PUBLIC_API_URL: 'http://localhost',
1213
},
1314
screenshotsFolder: './cypress/snapshots/actual',
1415
setupNodeEvents(on, config) {

0 commit comments

Comments
 (0)