Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Skip assertions should preserve the case #654

Open
aabouzaid opened this issue Apr 18, 2023 · 0 comments
Open

Skip assertions should preserve the case #654

aabouzaid opened this issue Apr 18, 2023 · 0 comments
Assignees
Labels

Comments

@aabouzaid
Copy link

While using skip testcase/step I just realized that skip assertions don't preserve the case. It's exactly as in #527 but looks like the implementation wasn't done for skip assertions.

name: "Skip testsuite"
vars:
  fooVar: bar

testcases:

- name: this-will-be-skipped
  skip: 
  - fooVar ShouldNotBeEmpty
  steps:
  - type: exec
    script: exit 0

- name: this-will-run-and-pass
  skip: 
  - foovar ShouldNotBeEmpty
  steps:
  - type: exec
    script: exit 0
@yesnault yesnault added the bug label May 3, 2023
@yesnault yesnault self-assigned this May 3, 2023
@github-actions github-actions bot added the Stale label Aug 15, 2024
@yesnault yesnault reopened this Aug 16, 2024
@github-actions github-actions bot removed the Stale label Aug 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants