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

Add configuration.Debug.ShowStartMarkers support #2612

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

davidmatson
Copy link
Contributor

@davidmatson davidmatson commented Jan 21, 2025

PR Summary

Allow displaying an indication when each test starts:

[|] Test name...

PR Checklist

  • PR has meaningful title
  • Summary describes changes
  • PR is ready to be merged
  • Tests are added/update (if required)
    (Parity with ShowNavigationMarkers)
  • Documentation is updated/added (if required)

fixes #2583

@nohwnd nohwnd changed the title Add configuration.Debug.ShowStartMarkers support (fixes #2583). Add configuration.Debug.ShowStartMarkers support Jan 22, 2025
Copy link
Member

@nohwnd nohwnd left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to add a high level test that will ensure the output is correct. This would probably be a P-test.

Allow displaying an indication when each test starts:
[|] Test name...
@davidmatson
Copy link
Contributor Author

It would be nice to add a high level test that will ensure the output is correct. This would probably be a P-test.

sure, added one in Pester.RSpec.Output.ts.ps1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Log test starting
2 participants