Skip to content

Commit

Permalink
feature: execution of selected tests
Browse files Browse the repository at this point in the history
If you use the `testops` mode and specify a plan ID then the reporter will run the tests specified in the test plan based on their IDs.
  • Loading branch information
gibiw committed Aug 6, 2024
1 parent 5273539 commit 17485e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions qase-pytest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "qase-pytest"
version = "6.0.3"
version = "6.0.4"
description = "Qase Pytest Plugin for Qase TestOps and Qase Report"
readme = "README.md"
keywords = ["qase", "pytest", "plugin", "testops", "report", "qase reporting", "test observability"]
Expand All @@ -29,7 +29,7 @@ classifiers = [
]
requires-python = ">=3.7"
dependencies = [
"qase-python-commons~=3.0.2",
"qase-python-commons~=3.0.4",
"pytest>=7.4.4",
"filelock~=3.12.2",
"more_itertools",
Expand Down
2 changes: 1 addition & 1 deletion qase-pytest/src/qase/pytest/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def __init__(
self.runtime = Runtime()
self.reporter = reporter
self.run_id = None
self.execution_plan = None
self.execution_plan = reporter.get_execution_plan()

self.reporter.setup_profilers(runtime=self.runtime)

Expand Down

0 comments on commit 17485e5

Please sign in to comment.