Project Testing Framework settings for BDD projects resets to Cucumber, makes unable to open Traces files
Describe the bug We can open .zip Playwright traces files in testomat, only when we have Playwright option in Project Framework settings dropdown. In the BDD project Project Framework constantly resets to Cucumber, I believe it's after executing check-cucumber command in pipeline. I think about 2 possible solutions:
- Enable Playwright traces for all Project Frameworks
- Disable automatic resetting of Project Framework option
https://github.com/testomatio/reporter/releases/tag/2.0.1-beta.7 @IovetsNikolay use this version reporter
reopened per @IovetsNikolay request
Seems like we need to use "trace.zip" as PW trace without project settings, as currently it is unclear behavior from our side. We will improve it so it would not depend on a project settings
Yes, check-cucumber should not update framework settings Remove that in 0.7.0 version
https://github.com/testomatio/check-cucumber/releases/tag/0.7.0
@IovetsNikolay could you please re-test it from your side? Thanks