Skip to content
Open
Changes from all commits
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
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
"version": "0.0.1",
"author": "Christian Bromann <[email protected]>",
"description": "A set of common automation recipes using WebdriverIO",
"homepage": "https://github.com/webdriverio/webdriverio-example-recipes#readme",
"homepage": "https://github.com/webdriverio/example-recipes#readme",
"license": "MIT",
"type": "module",
"repository": {
"type": "git",
"url": "git+https://github.com/webdriverio/webdriverio-example-recipes.git"
"url": "git+https://github.com/webdriverio/example-recipes.git"
},
"keywords": [
"webdriverio",
Expand All @@ -18,7 +18,7 @@
"automation"
],
"bugs": {
"url": "https://github.com/webdriverio/webdriverio-example-recipes/issues"
"url": "https://github.com/webdriverio/example-recipes/issues"
},
"scripts": {
"api/webdriver": "cross-env EXAMPLE_RECIPE=api wdio run ./wdio.conf.js --spec ./api/webdriver/*.js",
Expand Down