added playwright html reporter (#1715)

* added playwright html reporter

* upload artifacts

* add junit reporter

* upload artifacts

* revert

* upload report as artifact

* upload only report in ci

* remove playwright cache

* revert caching

* upload reporter as artifact

* remove all cache

* revert changes

* Update .github/workflows/e2e.yml

Co-authored-by: Peer Richelsen <peeroke@gmail.com>
Co-authored-by: Omar López <zomars@me.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
This commit is contained in:
wilson gumba
2022-02-08 19:30:21 +03:00
committed by GitHub
parent 522875da74
commit 1976aa761c
6 changed files with 159 additions and 17 deletions

View File

@@ -18,6 +18,7 @@
"dx": "env-cmd run-s db-setup dev",
"test": "jest",
"test-playwright": "playwright test",
"playwright-report": "playwright show-report playwright/reports/playwright-html-report",
"test-codegen": "yarn playwright codegen http://localhost:3000",
"type-check": "tsc --pretty --noEmit",
"build": "next build",
@@ -113,7 +114,7 @@
},
"devDependencies": {
"@microsoft/microsoft-graph-types-beta": "0.15.0-preview",
"@playwright/test": "^1.17.1",
"@playwright/test": "^1.18.1",
"@tailwindcss/forms": "^0.4.0",
"@trivago/prettier-plugin-sort-imports": "2.0.4",
"@types/accept-language-parser": "1.5.2",