You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When some tests are not BDD, you can setup their fixtures based on Playwright's test, e.g.:
No, I can't, we use both the scripting approach and BDD like with sharing the same fixtures (e.g.: PO, and some other objects for electron testing)
And could you describe more the use-case, when you need to run both bdd and non-bdd tests together?
There are two kinds of test solutions e2e tests for full-stack QA and some DEVs that use mix of test that use low level approaches and HL together, this is very important for us.
Given
A project with a mixture of BDD and non-BDD tests.
When
Running non-BDD tests that utilize fixtures based on
playwright-bdd
:Then
The following error occurs when a test uses these fixtures:
Expected Result
BDD and non-BDD tests should be able to run independently without interference.
Reproduction Demo URL
None provided.
Environment
Priority Level
Critical
The text was updated successfully, but these errors were encountered: