Releases: katbyte/tctest
Releases · katbyte/tctest
v0.6.0
v0.5.0
v0.5.0 (2022-08-09)
- support detecting azurerm
services - support for Github OAUTH tokens via
TCTEST_TOKEN_GH - teamcity token is now read from
TCTEST_TOKEN_TCand shorthand option-t - shorthand opts have been removed from
queue-timeoutandrun-timeout - multiple PRs can now be specified
tctest pr 1111,2222,3333 - results command can now look up a PR (#30)
- support more then 1000 files and files larger then 1MB (#42)
- build queue can now be skipped (#52)
- pr and teamcity build can now be opened in a browser with
--openflag (#54)
v0.4.0
v0.3.0
0.3.0 (2020-02-29)
- Prevent _test_test.go PR file lookup (#20)
- Rename
statustoresultsfor accuracy (#15) - Rename root command to
branchto avoid triggering accidental builds on typos (#15) - Add
--waitoption topr,branch, andresultscommands (#15) listcommand no longer triggers a build when no tests are found (#15)- Usage information is no longer displayed after non-usage-related errors (#15)
resultscommand will display a warning if an in-progress build would give incomplete results (#15)resultswill now inform the user if the specified build is still queued (#15)