Skip to content

Commit

Permalink
feat: add list regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
renanrbs committed Oct 31, 2018
1 parent 4f7ea09 commit 14cb015
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion nightwatch.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"src_folders": ["packages/sling-web-component-button/src/component/Button.regression.test.js"],
"src_folders": ["packages/sling-web-component-list/src/component/List.regression.test.js"],
"output_folder": "reports",
"custom_commands_path": "",
"custom_assertions_path": "",
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
module.exports = {

main: (browser) => {
browser.url('http://localhost:8080/')
.saveScreenshot('./reports/list.png')
.end();
},
};

0 comments on commit 14cb015

Please sign in to comment.