Skip to content

Commit

Permalink
run wdio
Browse files Browse the repository at this point in the history
  • Loading branch information
sirkev committed Jun 21, 2024
1 parent 27f9143 commit 6f73036
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"selenium"
],
"scripts": {

"wdio": "wdio run wdio.conf.js"
}
}
2 changes: 1 addition & 1 deletion wdio.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ exports.config = {
// of the config file unless it's absolute.
//
specs: [
'appium_tests/appium_test.py'
'./appium_tests/appium_test.py'
],
// Patterns to exclude.
exclude: [
Expand Down

0 comments on commit 6f73036

Please sign in to comment.