playwright icon indicating copy to clipboard operation
playwright copied to clipboard

[BUG] Vide are not generated with fixture

Open apis3445 opened this issue 2 years ago • 0 comments

System info

  • Playwright Version: 1.34
  • Operating System: All
  • Browser: All
  • Other info:

Source code

  • [x] I provided exact source code that allows reproducing the issue locally.

Link to the GitHub repository with the repro

https://github.com/apis3445/playwright-sample/tree/master

Test file (self-contained)

https://github.com/apis3445/playwright-sample/blob/master/tests/demoRealWorld/article.spec.ts

Steps

  • [Run the test "Create an article Error"]
  • [Check the HTML report]

Expected

Add the video due to the config being set to add video in failure. The video is in other tests without a fixture

Actual

Video is missing if the test is with a fixture image

apis3445 avatar May 20 '23 17:05 apis3445