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

GD-596: Fixed run test via CMD line is broken when use skipp command option #597

Merged
merged 1 commit into from
Nov 19, 2024

Conversation

MikeSchulze
Copy link
Owner

Why

Running test via command line tools was crashed when using argument -i <testsuite|testcase>.

What

  • fixed the invalid array cast where was the root cause of the crash.
  • fixed skipped status in the test explorer
  • fixed skipped counting on CMD console
  • fixed and added missing skip state to HTML report to visualize skipped state
    image

@MikeSchulze MikeSchulze linked an issue Nov 19, 2024 that may be closed by this pull request
@MikeSchulze MikeSchulze self-assigned this Nov 19, 2024
@MikeSchulze MikeSchulze added the bug Something isn't working label Nov 19, 2024
# Why
Running test via command line tools was crashed when using argument `-i <testsuite|testcase>`.

# What
- fixed the invalid array cast where was the root cause of the crash.
- fixed skipped status in the test explorer
- fixed skipped counting on CMD console
- fixed and added missing skip dtate to HTML report to visualize skipped state
@MikeSchulze MikeSchulze marked this pull request as ready for review November 19, 2024 16:45
@MikeSchulze MikeSchulze merged commit cacb527 into master Nov 19, 2024
@MikeSchulze MikeSchulze deleted the GD-596 branch November 19, 2024 16:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

GD-596: Command line: Using -i argument results in crash
1 participant