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
- Host: GitHub
- URL: https://github.com/adoptium/aqa-cbt
- Owner: adoptium
- Created: 2025-03-05T00:25:23.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-04-29T20:45:51.000Z (about 1 year ago)
- Last Synced: 2025-07-11T08:56:57.901Z (11 months ago)
- Language: Shell
- Size: 27.3 KB
- Stars: 0
- Watchers: 13
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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.