Skip to content

Commit

Permalink
BDE-226 disabled building of test module
Browse files Browse the repository at this point in the history
  • Loading branch information
nxmatic committed Mar 11, 2024
1 parent 581e17c commit e135f45
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 206 deletions.
1 change: 0 additions & 1 deletion pnpm-workspace.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
packages:
- '.'
- 'test'
16 changes: 8 additions & 8 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,17 @@
},
"devDependencies": {
"@cucumber/cucumber": "9.5.1",
"@wdio/cli": "^8.32.2",
"@wdio/config": "^8.32.2",
"@wdio/cucumber-framework": "^8.32.2",
"@wdio/globals": "^8.32.2",
"@wdio/local-runner": "^8.32.2",
"@wdio/spec-reporter": "^8.32.2",
"@wdio/static-server-service": "^8.32.2",
"@wdio/cli": "^8.33.1",
"@wdio/config": "^8.33.1",
"@wdio/cucumber-framework": "^8.33.1",
"@wdio/globals": "^8.33.1",
"@wdio/local-runner": "^8.33.1",
"@wdio/spec-reporter": "^8.32.4",
"@wdio/static-server-service": "^8.32.4",
"cucumber:9.5.1": "link:@cucumber/cucumber:9.5.1",
"request-promise": "^4.2.6",
"wdio-cucumberjs-json-reporter": "^5.2.1",
"webdriverio": "^8.32.2"
"webdriverio": "^8.33.1"
},
"engines": {
"node": ">=20.0"
Expand Down
Loading

0 comments on commit e135f45

Please sign in to comment.