Releases: katbyte/tctest
Releases · katbyte/tctest
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_TC
and shorthand option-t
- shorthand opts have been removed from
queue-timeout
andrun-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
--open
flag (#54)
v0.4.0
v0.3.0
0.3.0 (2020-02-29)
- Prevent _test_test.go PR file lookup (#20)
- Rename
status
toresults
for accuracy (#15) - Rename root command to
branch
to avoid triggering accidental builds on typos (#15) - Add
--wait
option topr
,branch
, andresults
commands (#15) list
command no longer triggers a build when no tests are found (#15)- Usage information is no longer displayed after non-usage-related errors (#15)
results
command will display a warning if an in-progress build would give incomplete results (#15)results
will now inform the user if the specified build is still queued (#15)