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

Getting incorrect suite name when using serial notation #158

Open
leandroefron opened this issue May 29, 2024 · 2 comments
Open

Getting incorrect suite name when using serial notation #158

leandroefron opened this issue May 29, 2024 · 2 comments
Assignees
Labels
Milestone

Comments

@leandroefron
Copy link

I have this suite notation to run tests on serial mode:

test.describe.serial("Subscriptions page feature tests", {tag: ['@subs']}, async () => {

When suite is imported from Testomat, it doesn't get the suite name and uses the file name (it's the second one):

image

Note:
If I use this configuration:
test.describe.configure({ mode: 'serial' });

Suite is imported properly.

Note 2:
Also with parallel notation is working properly:

test.describe.parallel("Login page feature tests", {tag: ['@loginUser']}, async () => {

Language: Typescript
Framework: Playwright

@leandroefron leandroefron added the bug Something isn't working label May 29, 2024
@poliarush poliarush added this to the 0.5.35 milestone Jun 14, 2024
@DavertMik
Copy link
Contributor

Fixed in check-tests latest which is 0.9.4

@TetianaKhomenko
Copy link

Hi @leandroefron! Can we ask you to try check-tests latest version 0.9.4? Thank you in advance!

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

No branches or pull requests

4 participants