-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Nuno edited this page Apr 11, 2019
·
7 revisions
- Create a simple proto node.js app
- Create multiple HTTP requests with depedency
- Create Dockerfile
- Study docker networks
- Create docker-compose.yml file
- Create mocha tests with setup dependencies
- Run mocha tests locally
- Run all mocha tests inside docker compose scenario
- Run mocha tests inidividually in docker compose scneario (with disposable containers)
- Create npm package that reads the tests and services and automatically runs individual tests in docker compose
- Implement test cached dependency input in the npm module
- Print the test dependency tree
- Start running tests with the dependency tree information and implementing docker tags for tests setup
- Implement manager to run tests in paralel with a limit.
- Test in bigger project
- Calculate times