all repos — caroster @ bbf06ea9d86e56e5f856cafb9e2cc99777bfd16f

[Octree] Group carpool to your event https://caroster.io

fixup! :lipstick add reports generation scripts
Hadrien Froger hadrien@octree.ch
Wed, 01 Jul 2020 22:36:53 +0100
commit

bbf06ea9d86e56e5f856cafb9e2cc99777bfd16f

parent

d83b7d6a89669bc8f81b3752c7fc52d04e28e197

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M e2e/package.jsone2e/package.json

@@ -45,7 +45,7 @@ "scripts": {

"test": "rm -rf ./reports/screenshots/**/*.png && rm -rf ./reports/videos/**/*.mp4 && npm run test:chrome && npm run test:firefox && npm run test:mobile-safari", "lint": "eslint .", "report": "npm run screenshot && ./bin/deploy", - "screenshot": "node reports/screenshots/index.js", + "screenshot": "node reports/screenshots.js", "report:allure": "npx allure", "report:generate": "npm run report:allure generate -- --clean ./reports/allure/ -o ./reports/allure-report", "test:chrome": "docker-compose run -e NAV=chrome --rm wdio",