Skip to content

v3.4.0

Compare
Choose a tag to compare
@log0div0 log0div0 released this 20 Aug 21:11
· 107 commits to master since this release

New depends_on test attribute

This attribute can be specified to force some test to be executed after another one even if they are from different brunches of the inheritance tree. Usage example:

test A {}
test B {}

[depens_on: A, B]
test C {}

New bug action

This action does not affect test execution in any way, It just promote the bug ID to the report, so it can be attached to JIRA or TFS as a tag.