albumprinter / junit-synnefo

Synnefo: a JUnit test runner to run Cucumber test in parallel via AWS CodeBuild.
https://github.com/albumprinter/junit-synnefo
2 stars 2 forks source link

Consider parallelizing inside codebuild slaves #25

Open derwasp opened 5 years ago

derwasp commented 5 years ago

Since the smallest codebuild box is quite fat itself, we can run a few tests in parallel inside each box. This would help to drive the costs down.

derwasp commented 5 years ago

related: https://github.com/cucumber/cucumber-jvm/pull/1389