Skip to content

Commit

Permalink
change cypress browser for the integration unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
epszaw committed Jun 25, 2024
1 parent 45300d1 commit bc6e377
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
16 changes: 8 additions & 8 deletions .pnp.cjs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
2 changes: 1 addition & 1 deletion packages/allure-cypress/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
"@typescript-eslint/parser": "^7.0.0",
"allure-vitest": "workspace:*",
"babel-plugin-add-module-exports": "^1.0.4",
"cypress": "^13.6.0",
"cypress": "^13.12.0",
"enquirer": "^2.3.6",
"esbuild": "^0.21.4",
"eslint": "^8.57.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/allure-cypress/test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const runCypressInlineTest = async (

const moduleRootPath = require.resolve("cypress");
const modulePath = resolvePath(moduleRootPath, "../bin/cypress");
const args = ["run", "-s", testFilePath];
const args = ["run", "-s", testFilePath, "--browser", "chrome"];
const testProcess = fork(modulePath, args, {
env: {
...process.env,
Expand Down
10 changes: 5 additions & 5 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4163,7 +4163,7 @@ __metadata:
allure-js-commons: "workspace:*"
allure-vitest: "workspace:*"
babel-plugin-add-module-exports: "npm:^1.0.4"
cypress: "npm:^13.6.0"
cypress: "npm:^13.12.0"
enquirer: "npm:^2.3.6"
esbuild: "npm:^0.21.4"
eslint: "npm:^8.57.0"
Expand Down Expand Up @@ -6189,9 +6189,9 @@ __metadata:
languageName: node
linkType: hard

"cypress@npm:^13.6.0":
version: 13.6.6
resolution: "cypress@npm:13.6.6"
"cypress@npm:^13.12.0":
version: 13.12.0
resolution: "cypress@npm:13.12.0"
dependencies:
"@cypress/request": "npm:^3.0.0"
"@cypress/xvfb": "npm:^1.2.4"
Expand Down Expand Up @@ -6237,7 +6237,7 @@ __metadata:
yauzl: "npm:^2.10.0"
bin:
cypress: bin/cypress
checksum: 10/c86cc38fa25f04575d496fbf26edf8c738f2c98b0faeced9788ec691293424336f6be180f597256d38124df9ce75daddd42a015127af76d8f8df9eb071e3d90e
checksum: 10/cf25219d336669a93541f4df5f415ad35fa944014157c12793db359c48946f0843fd6499315deb5b95f095a5319086df21fe2870461944931d0bca1e6cfcce77
languageName: node
linkType: hard

Expand Down

0 comments on commit bc6e377

Please sign in to comment.