Skip to content

Commit

Permalink
Merge cbc40ad into f1a2e1e
Browse files Browse the repository at this point in the history
  • Loading branch information
victormendes5 committed Nov 8, 2018
2 parents f1a2e1e + cbc40ad commit 429c7d0
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
const component = 'sling-web-component-label';
const customCode = false;

module.exports = {
main: (browser) => {
browser.url(`http://localhost:8777/${customCode ? 'regression' : ''}/index.html`)
.saveScreenshot(`./reports/${component}/${component}.png`)
.end();
},
};

0 comments on commit 429c7d0

Please sign in to comment.