1
0
mirror of synced 2026-01-02 21:04:32 -05:00

automatically start server for jest (#26206)

* reinstate

* start server manually

* routing tests too

* skip more

* sleep more and fail if not 200

* use e2etest for content/ too

* automatically start server for jest

* does this work?

* feedbacked

* rename things

* getting it to work

* add dev dependency

* install the right version

* don't need to start that

* fix package lock

* update readme about it

* feedbacked
This commit is contained in:
Peter Bengtsson
2022-03-18 17:46:07 -04:00
committed by GitHub
parent c050d0f0d1
commit 4fcd3ae25f
13 changed files with 430 additions and 288 deletions

View File

@@ -59,5 +59,8 @@ jobs:
path: .next/cache
key: ${{ runner.os }}-nextjs-${{ hashFiles('package*.json') }}
- name: Run build script
run: npm run build
- name: Run browser-test
run: npm run browser-test