This demonstrates running playwright tests with https://github.com/babashka/nbb.
Note: This only runs example browser tests. There is more work to run a basic electron test
Install dependencies: yarn install
Run tests: yarn nbb -m test-runner
Run headless tests: CI=1 yarn nbb -m test-runner
nbb
supports repl driven development. See yarn nbb -h
for different ways to
start a repl. See links below for examples of repl usage.