feat: filter test execution by test plan case IDs #154
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request includes several updates to the
qase-java
project, including the addition of a new feature, version updates, and workflow changes. The most important changes are grouped by theme below.New Feature:
qase.config.json
file or through theQASE_TESTOPS_PLAN_ID
environment variable. (changelog.md
,qase-java-commons/src/main/java/io/qase/commons/client/ApiClient.java
,qase-java-commons/src/main/java/io/qase/commons/client/ApiClientV1.java
,qase-java-commons/src/main/java/io/qase/commons/client/ApiClientV2.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/CoreReporter.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/FileReporter.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/InternalReporter.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/Reporter.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/TestopsReporter.java
) [1] [2] [3] [4] [5] [6] [7] [8] [9]Version Updates:
pom.xml
files from4.0.2
to4.0.3
for various modules. (qase-api-client/pom.xml
,qase-api-v2-client/pom.xml
,qase-cucumber-v3-reporter/pom.xml
,qase-cucumber-v4-reporter/pom.xml
,qase-cucumber-v5-reporter/pom.xml
,qase-cucumber-v6-reporter/pom.xml
,qase-cucumber-v7-reporter/pom.xml
,qase-java-commons/pom.xml
) [1] [2] [3] [4] [5] [6] [7] [8]Workflow Changes:
.github/workflows/deploy.yml
file. (.github/workflows/deploy.yml
)Code Enhancements:
PlanConfig
to useInteger
instead ofint
for theid
field. (qase-java-commons/src/main/java/io/qase/commons/config/PlanConfig.java
)qase-java-commons/src/main/java/io/qase/commons/client/ApiClientV1.java
,qase-java-commons/src/main/java/io/qase/commons/client/ApiClientV2.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/CoreReporter.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/FileReporter.java
,qase-java-commons/src/main/java/io/qase/commons/reporters/TestopsReporter.java
) [1] [2] [3] [4] [5] [6]