-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
You can specify the params that you want to send to Qase. ```robotframework *** Variables *** ${var1} 1 ${var2} 1 ${var3} 2 *** Test Cases *** Simple test [Arguments] ${var1} ${var2} ${var3} [Tags] qase.params:[var1, var2] Should Be Equal As Numbers ${var1} ${var2} Should Be Equal As Numbers ${var3} ${var3} ``` Only `var1` and `var2` will be sent to Qase.
- Loading branch information
Showing
7 changed files
with
76 additions
and
12 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
# [email protected].0 | ||
# [email protected].1 | ||
|
||
## What's new | ||
|
||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" | |
|
||
[project] | ||
name = "qase-robotframework" | ||
version = "3.2.1" | ||
version = "3.2.2" | ||
description = "Qase Robot Framework Plugin" | ||
readme = "README.md" | ||
authors = [{name = "Qase Team", email = "[email protected]"}] | ||
|
@@ -17,7 +17,7 @@ classifiers = [ | |
urls = {"Homepage" = "https://github.com/qase-tms/qase-python/tree/master/qase-robotframework"} | ||
requires-python = ">=3.7" | ||
dependencies = [ | ||
"qase-python-commons~=3.2.0", | ||
"qase-python-commons~=3.2.1", | ||
"filelock~=3.12.2", | ||
] | ||
|
||
|
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