summaryrefslogtreecommitdiffhomepage
path: root/.github
diff options
context:
space:
mode:
authorHank <hank@mullvad.net>2022-09-12 09:36:55 +0200
committerHank <hank@mullvad.net>2022-09-20 11:32:56 +0200
commit7bbf9b782aee07dd7c59f6e5f0cc3801929e6776 (patch)
tree29b9f832934bdc17f716f08349f5e74283136cbb /.github
parentdab902ccc309c0e96c993e34dfbda4ce6582c68c (diff)
downloadmullvadvpn-7bbf9b782aee07dd7c59f6e5f0cc3801929e6776.tar.xz
mullvadvpn-7bbf9b782aee07dd7c59f6e5f0cc3801929e6776.zip
Run Playwright tests in Github
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/frontend.yml3
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