Run tests in series

Running tests in parallel can lead to timeout errors - presumably because the Puppeteer Chrome instances are heavyweight and causing slowdowns?
pull/169/head
Chris Haynes 2020-08-28 23:57:30 +01:00
rodzic 01804e83b6
commit d6cca3e927
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -34,7 +34,7 @@
"serve": "node dev-server.js",
"start": "concurrently --kill-others \"npm run dev\" \"npm run serve\"",
"test.watch": "stencil test --spec --e2e --watchAll",
"test": "stencil test --spec --e2e",
"test": "stencil test --spec --e2e --runInBand",
"version": "npm run build"
},
"devDependencies": {