Skip to content

Commit

Permalink
chore: fix conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrbs committed Nov 7, 2018
2 parents 1269465 + 1e56ef2 commit 5a83faf
Show file tree
Hide file tree
Showing 14 changed files with 272 additions and 387 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ lerna-debug.log

# nightwatch
reports
bin
bin
16 changes: 9 additions & 7 deletions nightwatch.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
{
"src_folders": ["packages/sling-web-component-input/src/component/Input.regression.test.js"],
"src_folders": ["./packages"],
"output_folder": "reports",
"custom_commands_path": "",
"custom_assertions_path": "",
"page_objects_path": "",
"selenium": {
"start_process": true,
"server_path": "./bin/selenium.jar",
Expand All @@ -16,8 +13,7 @@
},
"test_settings": {
"default": {
"filter" : "/*/src/component/*.regression.test.js",
"launch_url": "",
"filter" : "./*.regression.test.js",
"silent": true,
"desiredCapabilities": {
"browserName": "chrome",
Expand All @@ -26,7 +22,13 @@
},
"javascriptEnabled": true,
"acceptSslCerts": true
},
"screenshots" : {
"enabled" : true,
"on_failure" : true,
"on_error" : false,
"path" : ""
}
}
}
}
}
Loading

0 comments on commit 5a83faf

Please sign in to comment.