Skip to content

Commit 79c55ec

Browse files
Merge branch 'main' into mk/ts-files-verif
2 parents e8c190a + 84334eb commit 79c55ec

File tree

12 files changed

+5574
-25033
lines changed

12 files changed

+5574
-25033
lines changed

cypress/config/ci.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": "66va58"
89
}

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/default/local-plugin/package-lock.json

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

demos/default/netlify.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ publish = ".next"
77
# cache Cypress binary in local "node_modules" folder
88
# so Netlify caches it
99
CYPRESS_CACHE_FOLDER = "../node_modules/.CypressBinary"
10+
# set TERM variable for terminal output
11+
TERM = "xterm"
1012

1113
[dev]
1214
framework = "#static"
@@ -21,4 +23,5 @@ package = "@netlify/plugin-local-install-core"
2123
package = "netlify-plugin-cypress"
2224

2325
[context.deploy-preview.plugins.inputs]
26+
record = true
2427
configFile = "../../cypress/config/ci.json"

demos/nx-next-monorepo-demo/local-plugin/package-lock.json

Lines changed: 1 addition & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"

0 commit comments

Comments
 (0)