Skip to content

feat(testing): add wdi5 e2e scope #23

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 16 commits into
base: testing
Choose a base branch
from
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
chore(deps): bump
  • Loading branch information
vobu committed Sep 1, 2023
commit 8d7a79dedec89a69386e87f495af0d037a8c1506
12 changes: 6 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,23 +24,23 @@
},
"devDependencies": {
"@types/openui5": "1.116.1",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"@ui5/cli": "^3.4.0",
"@typescript-eslint/eslint-plugin": "^6.5.0",
"@typescript-eslint/parser": "^6.5.0",
"@ui5/cli": "^3.5.0",
"@wdio/cli": "^8",
"@wdio/local-runner": "^8",
"@wdio/mocha-framework": "^8",
"@wdio/spec-reporter": "^8",
"eslint": "^8.46.0",
"eslint": "^8.48.0",
"karma": "^6.4.2",
"karma-chrome-launcher": "^3.2.0",
"karma-coverage": "^2.2.1",
"karma-ui5": "^3.0.3",
"karma-ui5-transpile": "^3.0.1",
"karma-ui5-transpile": "^3.2.0",
"rimraf": "^5.0.1",
"ts-node": "^10.9.1",
"ui5-middleware-livereload": "^3.0.0",
"ui5-tooling-transpile": "^3.0.1",
"ui5-tooling-transpile": "^3.2.0",
"wdio-ui5-service": "^2"
}
}