inluxc / playwright-xray

XRAY reporter for Playwright
MIT License
27 stars 11 forks source link

Wrong browser information #41

Closed rodrigoodhin closed 1 year ago

rodrigoodhin commented 1 year ago

Description The execution output shows the name of the test file instead of the browser name

To Reproduce Execute a test

Expected behavior The browser name should be shown

Output ✅ Config/accounts/sites/map/map.spec.ts | XRAYKEY-1 | validate the site map for a site without location and without channels ✅ Config/accounts/sites/map/map.spec.ts | XRAYKEY-2 | validate the site map for a site with location and without channels

Expected Output ✅ Chrome | XRAYKEY-1 | validate the site map for a site without location and without channels ✅ Chrome | XRAYKEY-2 | validate the site map for a site with location and without channels

rodrigoodhin commented 1 year ago

Fixed with the latest release 0.5.4