Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Updating baselines and renaming e2e local script
Browse files Browse the repository at this point in the history
  • Loading branch information
Helene Rigner committed Jan 28, 2019
1 parent 6eef62b commit 178497b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -15,7 +15,7 @@
"test:unit": "aw --glob test/unit/*.spec.js --src src/logic/*.js --coverage",
"test:comp": "aw -c ./test/comp/aw.config.js && nyc report -t ./coverage/.nyc_output -r lcov -r text",
"test:e2e": "aw puppeteer -c ./test/e2e/aw.config.js",
"test:e2e:local": "cross-env CI=true aw puppeteer -c ./test/e2e/aw.config.local.js",
"test:e2e:dev": "cross-env CI=true aw puppeteer -c ./test/e2e/aw.config.local.js",
"coverage:html": "nyc report -t ./coverage/.nyc_output -r html",
"lint": "eslint --ext .js,.jsx . && stylelint src/.",
"lint:fix": "eslint --ext .js,.jsx --fix . && stylelint --fix src/."
Expand Down
Binary file modified test/e2e/__artifacts__/baseline/loaded-app.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified test/e2e/__artifacts__/baseline/no-engine-doc-list.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 178497b

Please sign in to comment.