This repo is intended to be a simple reproduction for mswjs/playwright#4
- Node >20, tested with
v22.14.0 - Docker
# 1: install dependencies
yarn install
# 2: start app and feature flag service
yarn start
# 3: install playwright and dependencies
yarn playwright install --with-deps
# 4: run tests
yarn playwright test
# 5: shut down
ctrl + c # to kill react app
yarn stop:goff # shut down feature flag service