testomatio/check-tests

[Playwright] check-tests doesn't create titles from test.describe.parallel

Closed this issue · 2 comments

Source code example Playwrigh typescript:

image_1jwr6va

Testomat shows:

image_7azmu4

PR - #115
I have fixed this issue by expanding "describe" by "parallel" option.
But, in my case, script "test": "mocha tests/**_test.js -R ./node_modules/@testomatio/reporter/lib/adapter/mocha.js" doesn't work and I couldn't test all the tests. @DavertMik FYI
Because I added tests for the playwright adapter, but can't check it!

Fix included to the latest beta version = 0.8.17-beta-3

Test evidences:

Image

Image