upleb.uk

Public git repos — served from a NIP-34 GRASP relay at git.upleb.uk

summaryrefslogtreecommitdiff
path: root/package.json
blob: d6e270bc33358afe499a08c976f781ee1c818d71 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
{
  "name": "esp32-tollgate-tests",
  "version": "1.0.0",
  "private": true,
  "scripts": {
    "test": "node tests/api.mjs && node tests/network.mjs",
    "test:api": "node tests/api.mjs",
    "test:network": "node tests/network.mjs",
    "test:portal": "npx playwright test tests/captive-portal.spec.mjs",
    "test:smoke": "node tests/smoke.mjs"
  },
  "devDependencies": {
    "@playwright/test": "^1.52.0"
  }
}