Skip to content

Commit

Permalink
patch: passing url e2e ?
Browse files Browse the repository at this point in the history
  • Loading branch information
aethernet committed Apr 26, 2024
1 parent b1cc377 commit e803495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"start": "electron-forge start",
"make": "electron-forge make",
"wdio": "xvfb-maybe wdio run ./wdio.conf.ts --exclude e2e ",
"wdio-e2e": "wdio run ./wdio.conf.ts --suite e2e"
"wdio-e2e": "xvfb-maybe wdio run ./wdio.conf.ts --suite e2e"
},
"husky": {
"hooks": {
Expand Down

0 comments on commit e803495

Please sign in to comment.