app icon indicating copy to clipboard operation
app copied to clipboard

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

Open SuperJessiK opened this issue 10 months ago • 0 comments

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 avatar Feb 25 '25 16:02 SuperJessiK