An open API service indexing awesome lists of open source software.

https://github.com/adoptium/aqa-cbt

Change-based testing tools that provide an awareness of source code changes and correlate a set of tests to run for best test coverage
https://github.com/adoptium/aqa-cbt

Last synced: 8 months ago
JSON representation

Change-based testing tools that provide an awareness of source code changes and correlate a set of tests to run for best test coverage

Awesome Lists containing this project

README

          

# aqa-cbt

Change-based testing tools that provide an awareness of source code changes and correlate a set of tests to run for best test coverage

### diff-two-shas
Scripts that generate lists of files that have changed between all tags or between 2 tags in an upstream repository and compares the file names against test target strings to output a recommendation as to whether a target should be run or could be excluded.