Pavel Feldman
Pavel Feldman
Works for me: ```sh > playwright test -c playwright-ct.config.ts Running 3 tests using 3 workers 3 passed (4.1s) To open last HTML report run: npx playwright show-report pfeldman@pfeldman-mac2 reproduce-jest-failure %...
I can keep it open to see if others comment on the issue. It works for me with the default options, no NODE_OPTIONS required.
Do I read it right that you have - 2 files - first file has 1 describe with 5 tests - second file has 2 describes, 4 tests each Your...
Could you please follow the issue template and provide something we could run locally? I'm not sure I understand your configuration in full, not sure which parts of the e2e...
Ok, I re-read this and I think I have a better idea on what you want. For now we can: - change the compact mode default - add a filter...
#### Why was this issue closed? Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a...
#### Why was this issue closed? Thank you for your involvement. This issue was closed due to limited engagement (upvotes/activity), lack of recent activity, and insufficient actionability. To maintain a...
> Live repro demo: https://codesandbox.io/s/nested-inline-elements-23rj6inested-inline-elements I get "Sandbox not found". We would also benefit from a real world example where this can be observed.
#### Why was this issue closed? Thank you for your contribution to our project. This issue has been closed due to its limited upvotes and recent activity, and insufficient feedback...
I recreated your folder structure:  And here is my output: ```sh pfeldman@pfeldman-hp:~/tmp/issue22682$ npx playwright test -g "X-RAY-00007" --trace on Running 1 test using 1 worker ✓ 1 [some-test] ›...