0.1.1 • Published 1 month ago

kokomo-bay v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 month ago

kokomo bay 🏝

tl;dr

  1. Install the dependencies

yarn install

  1. Start the test scheduler after nuking everything

yarn nuke; yarn test

  1. Once the test scheduler is running, from another terminal, you can inspect it with pm2:

view all processes

yarn pm2 ls

view all logs

yarn pm2 logs -f

view the logs of a single tests

yarn pm2 logs 1 -f

launch the pm2 dashboard

yarn pm2 monit

launch a pre-built test

echo '{"fs": "./foobar", "ports": "3333"}' | node js-bazel/myTests/ClassicalReact/ClassicalComponent.esbuild-puppeteer.test.mjs