Skip to content

Commit 0c778cf

Browse files
author
Tiffany Le-Nguyen
committed
chore: add cypress record to other demo sites
1 parent 70c72b3 commit 0c778cf

File tree

4 files changed

+8
-2
lines changed

4 files changed

+8
-2
lines changed

cypress/config/nx-demo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"pluginsFile": "../../cypress/plugins",
55
"screenshotsFolder": "../../cypress/screenshots",
66
"supportFile": "../../cypress/support/index.js",
7-
"videoFolder": "../../cypress/videos"
7+
"videoFolder": "../../cypress/videos",
8+
"projectId": "ijcdpo"
89
}

cypress/config/static-root.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,6 @@
44
"pluginsFile": "../../cypress/plugins",
55
"screenshotsFolder": "../../cypress/screenshots",
66
"supportFile": "../../cypress/support/index.js",
7-
"videoFolder": "../../cypress/videos"
7+
"videoFolder": "../../cypress/videos",
8+
"projectId": "3tvrbe"
89
}

demos/nx-next-monorepo-demo/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ package = "./local-plugin"
1414
# cache Cypress binary in local "node_modules" folder
1515
# so Netlify caches it
1616
CYPRESS_CACHE_FOLDER = "../node_modules/.CypressBinary"
17+
# set TERM variable for terminal output
18+
TERM = "xterm"
1719

1820
[[plugins]]
1921
package = "@netlify/plugin-local-install-core"
@@ -22,4 +24,5 @@ package = "@netlify/plugin-local-install-core"
2224
package = "netlify-plugin-cypress"
2325

2426
[context.deploy-preview.plugins.inputs]
27+
record = true
2528
configFile = "../../cypress/config/nx-demo.json"

demos/static-root/netlify.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,5 @@ package = "@netlify/plugin-local-install-core"
2121
package = "netlify-plugin-cypress"
2222

2323
[context.deploy-preview.plugins.inputs]
24+
record = true
2425
configFile = "../../cypress/config/static-root.json"

0 commit comments

Comments
 (0)