forked from allankp/pytest-testrail
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New option that prevents publishing blocked tests (allankp#44)
* Manage existing test run or test plan * Fill the test failure comment and duration with information from test runner * Log only last error content * Add log * Add log * Fix: In case of 'parametrize', the test status reflects the last test performed (should reflect all the tests status) Now, worst results are published at the end (sort by status) * Manage existing testrun testplan (allankp#3) Synchronization with upstream * Merge branch 'fill-comment-in-test-result' * Synchro with upstream * Synchro with upstream * Write result except if last status is "Blocked" in TestRail * Change command line option "--tr-dont-publish-blocked" + update doc * Invert internal logic * Add a dict for test status values in TestRail * Add an explicit return of function * Fix an error in option name
- Loading branch information
Showing
5 changed files
with
118 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters