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

Identical titles of skipped scenarios #264

Open
AntaninaKaltsova opened this issue Sep 22, 2019 · 1 comment
Open

Identical titles of skipped scenarios #264

AntaninaKaltsova opened this issue Sep 22, 2019 · 1 comment

Comments

@AntaninaKaltsova
Copy link

AntaninaKaltsova commented Sep 22, 2019

Hi! I'm using mocha-parallel-tests version 2.2.2, tried with mocha 6.1.4 and 6.2.0.
I have several test files, each file contain one describe block and several its in it, also at least one skipped it (using xit statement). In console all skipped scenarios have identical titles, but in real they are not identical. Could you please check it?

`
GET /v0/applications/applicationUID/decision Retrieve application decision information
- GET /v0/applications/applicationUID/decision with correct applicationUID
- GET /v0/applications/applicationUID/decision with correct applicationUID
√ GET /v0/applications/applicationUID/decision with invalid token (1002ms)
√ GET /v0/applications/applicationUID/decision without token (691ms)

GET /v0/applications/applicationUID/decision/edit/fields Retrieve editable fields for Decision editing with their validation rules
- GET /v0/applications/applicationUID/decision with correct applicationUID
- GET /v0/applications/applicationUID/decision with correct applicationUID
√ GET /v0/applications/applicationUID/decision/edit/fields without applicationUID (1021ms)
√ GET /v0/applications/applicationUID/decision/edit/fields with invalid token (693ms)
√ GET /v0/applications/applicationUID/decision/edit/fields without token (765ms)

5 passing (11s)
4 pending`

@1999
Copy link
Collaborator

1999 commented Sep 25, 2019

@AntaninaKaltsova thanks for reporting this. Right now I don't have enough time to fix mocha-parallel-tests issues but I will be more than happy to help you to fix it.

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

No branches or pull requests

2 participants