diff options
| author | Oskar Nyberg <oskar@mullvad.net> | 2022-12-06 21:14:09 +0100 |
|---|---|---|
| committer | Oskar Nyberg <oskar@mullvad.net> | 2022-12-14 10:38:50 +0100 |
| commit | 8b9c8e08b9ad168b4f86e0833097fbab0cc3e246 (patch) | |
| tree | 77629c9b736d9685e60046b5f7b14c8ebaae0380 /gui/test.pkg.json | |
| parent | 238e475f1bb5d6f48c37d4eb9a6048f1c0aa31c7 (diff) | |
| download | mullvadvpn-8b9c8e08b9ad168b4f86e0833097fbab0cc3e246.tar.xz mullvadvpn-8b9c8e08b9ad168b4f86e0833097fbab0cc3e246.zip | |
Build standalone tests
Diffstat (limited to 'gui/test.pkg.json')
| -rw-r--r-- | gui/test.pkg.json | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gui/test.pkg.json b/gui/test.pkg.json new file mode 100644 index 0000000000..bc9d43ba18 --- /dev/null +++ b/gui/test.pkg.json @@ -0,0 +1,15 @@ +{ + "targets": [ + "linux-x64", + "macos-x64", + "win-x64" + ], + "assets": [ + "build/test/e2e/utils.js", + "build/test/e2e/installed/**/*.js", + "node_modules/.bin/playwright", + "node_modules/playwright", + "node_modules/playwright-core", + "node_modules/@playwright/test" + ] +} |
