diff options
| author | Hank <hank@mullvad.net> | 2022-09-12 09:36:55 +0200 |
|---|---|---|
| committer | Hank <hank@mullvad.net> | 2022-09-20 11:32:56 +0200 |
| commit | 7bbf9b782aee07dd7c59f6e5f0cc3801929e6776 (patch) | |
| tree | 29b9f832934bdc17f716f08349f5e74283136cbb /.github/workflows | |
| parent | dab902ccc309c0e96c993e34dfbda4ce6582c68c (diff) | |
| download | mullvadvpn-7bbf9b782aee07dd7c59f6e5f0cc3801929e6776.tar.xz mullvadvpn-7bbf9b782aee07dd7c59f6e5f0cc3801929e6776.zip | |
Run Playwright tests in Github
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/frontend.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index 6cd1e415c6..203ac0f724 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -53,3 +53,6 @@ jobs: working-directory: gui run: npm test + - name: Run Playwright tests + working-directory: gui + run: npm run e2e:no-build |
