hypertest-cloud / hypertest

Plug-and-play library that distributes tests in the cloud to cut runtime to just your slowest test, ensuring cost-effectiveness.
https://hypertest.cloud
1 stars 0 forks source link

Setup monorepo structure #12

Closed szymonjanota closed 6 months ago

szymonjanota commented 6 months ago

Introduces basic monorepo structure (#3)

Setup:

# Run from root directory
npm i
npm run build -w packages
npm run start:runner -w packages/hypertest-playground
npm run start:core -w packages/hypertest-playground