Skip to content

Conversation

@sschulz92
Copy link
Contributor

With this PR I would like to introduce the feature to skip scenarios at runtime, related to this issue: #390

I've two question though:

  • How to test this kind of processing? I was unable to find a great way to test that this exception is raised and handled correctly.
  • How can I set the step result to skipped=true? At the moment the feature works fine, but the step with the SkipScenarioException is shown as "passed" in the HTML report.

Sebastian Schulz and others added 11 commits October 1, 2024 10:46
Signed-off-by: sschulz92 <[email protected]>
…uge#392)

Bumps the pip-dependencies group with 1 update: [debugpy](https://github.com/microsoft/debugpy).

Updates `debugpy` from 1.8.5 to 1.8.6
- [Release notes](https://github.com/microsoft/debugpy/releases)
- [Commits](microsoft/debugpy@v1.8.5...v1.8.6)

---
updated-dependencies:
- dependency-name: debugpy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: sschulz92 <[email protected]>
Signed-off-by: Sebastian Schulz <[email protected]>
Co-authored-by: Sebastian Schulz <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Signed-off-by: sschulz92 <[email protected]>
Signed-off-by: Chad Wilson <[email protected]>
Co-authored-by: Srikanth <[email protected]>
Signed-off-by: sschulz92 <[email protected]>
Signed-off-by: sschulz92 <[email protected]>
Signed-off-by: sschulz92 <[email protected]>
Bumps the pip-dependencies group with 2 updates: [grpcio](https://github.com/grpc/grpc) and [grpcio-tools](https://github.com/grpc/grpc).

Updates `grpcio` from 1.66.1 to 1.66.2
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.1...v1.66.2)

Updates `grpcio-tools` from 1.66.1 to 1.66.2
- [Release notes](https://github.com/grpc/grpc/releases)
- [Changelog](https://github.com/grpc/grpc/blob/master/doc/grpc_release_schedule.md)
- [Commits](grpc/grpc@v1.66.1...v1.66.2)

---
updated-dependencies:
- dependency-name: grpcio
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
- dependency-name: grpcio-tools
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: pip-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Signed-off-by: sschulz92 <[email protected]>
@sschulz92 sschulz92 force-pushed the SKIPPING_ON_RUNTIME branch from 8df0566 to 6ecaf32 Compare October 1, 2024 08:48
@sschulz92 sschulz92 closed this Oct 1, 2024
@sschulz92 sschulz92 deleted the SKIPPING_ON_RUNTIME branch October 1, 2024 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants