Skip to content
New issue

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

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

Already on GitHub? # to your account

Tags: when tags are set in Describe and not in the test, they are not displayed in the Tests page #1236

Open
SuperJessiK opened this issue Feb 25, 2025 · 0 comments
Assignees
Labels
bug something isn't working playwright priority low
Milestone

Comments

@SuperJessiK
Copy link

Test framework:
Playwright
Describe the bug
Tags: when tags are set in Describe and not in the test, they are not displayed in the Tests page

To Reproduce
Steps to reproduce the behavior:

  1. Create a new spec class in Playwright
  2. Add describe and 1 or several tests
  3. In describe add tags something like: test.describe('TMy tests', { tag: ['@tag1', '@tag2', '@tag3'] }, () => {...
  4. Sync the test to Testomat.io with check-tests commandline
  5. Observe the folders in Tests page
  6. Problem: no tags is displayed

Expected behavior
The tags are displayed

Screenshots
If applicable, add screenshots or video to help explain your problem.

Desktop (please complete the following information):

  • OS: ios
  • Browser: chrome, safari]
  • Browser Version [e.g. 22]
  • Application: [production or beta]

Additional context
Add any other context about the problem here.

@SuperJessiK SuperJessiK added the bug something isn't working label Feb 25, 2025
@poliarush poliarush added this to the 0.5.40 milestone Feb 25, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
bug something isn't working playwright priority low
Projects
None yet
Development

No branches or pull requests

4 participants