Skip to content

ChromaPDX/kokomoBay

 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 84.6%
  • Solidity 11.0%
  • JavaScript 4.4%