Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 08584be

Browse files
authored
fix: Cypress test runner in parallel mode (#1341)
* fix: Cypress test runner in parallel mode * forgot to commit lock
1 parent 362d80e commit 08584be

File tree

2 files changed

+3
-23
lines changed

2 files changed

+3
-23
lines changed

tests/functional/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"cvg:summary": "nyc report --temp-dir=.nyc_output --reporter=text-summary --cwd=. --exclude-after-remap false"
1919
},
2020
"dependencies": {
21-
"@heartexlabs/ls-test": "git+ssh://[email protected]/heartexlabs/ls-frontend-test#5327fa4"
21+
"@heartexlabs/ls-test": "git+ssh://[email protected]/heartexlabs/ls-frontend-test#09521e0"
2222
},
2323
"devDependencies": {
2424
"ts-loader": "^9.4.2",

tests/functional/yarn.lock

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -264,29 +264,9 @@
264264
resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b7704e0ba0f39b74815b84870d70"
265265
integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==
266266

267-
"@heartexlabs/ls-test@git+ssh://[email protected]/heartexlabs/ls-frontend-test#5327fa4":
267+
"@heartexlabs/ls-test@git+ssh://[email protected]/heartexlabs/ls-frontend-test#09521e0":
268268
version "1.0.8"
269-
resolved "git+ssh://[email protected]/heartexlabs/ls-frontend-test#5327fa4aede3a1da12d2942cd038e242c2f95328"
270-
dependencies:
271-
"@cypress/code-coverage" "^3.10.0"
272-
"@cypress/webpack-preprocessor" "^5.17.0"
273-
chai "^4.3.7"
274-
cypress "^12.9.0"
275-
cypress-multi-reporters "^1.6.2"
276-
cypress-parallel "^0.12.0"
277-
cypress-plugin-snapshots "^1.4.4"
278-
cypress-terminal-report "^5.1.1"
279-
pixelmatch "^5.3.0"
280-
pngjs "^7.0.0"
281-
ts-loader "^9.4.2"
282-
typescript "^4.9.5"
283-
webpack "^5.77.0"
284-
webpack-cli "^5.0.1"
285-
yargs "^17.7.1"
286-
287-
"@heartexlabs/ls-test@git+ssh://[email protected]/heartexlabs/ls-frontend-test#ff5e8c4":
288-
version "1.0.8"
289-
resolved "git+ssh://[email protected]/heartexlabs/ls-frontend-test#ff5e8c4343507e3a46788d02f9ec78a6b936ea86"
269+
resolved "git+ssh://[email protected]/heartexlabs/ls-frontend-test#09521e06a1d5f8672ef6cd0385cda3d485368044"
290270
dependencies:
291271
"@cypress/code-coverage" "^3.10.0"
292272
"@cypress/webpack-preprocessor" "^5.17.0"

0 commit comments

Comments
 (0)