app
app copied to clipboard
Tags: when tags are set in Describe and not in the test, they are not displayed in the Tests page
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:
- Create a new spec class in Playwright
- Add describe and 1 or several tests
- In describe add tags something like: test.describe('TMy tests', { tag: ['@tag1', '@tag2', '@tag3'] }, () => {...
- Sync the test to Testomat.io with check-tests commandline
- Observe the folders in Tests page
- 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.