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
We currently have a new BDD test framework that can replace the default e2e. We understand that BDD is clearer and we have more control of the tested use cases. Additionally, there's a huge code base that can be reused and put things together in a way that can create new test cases without coding.
This work involves:
Migrate the existing e2e test cases to BDD using the feature� format
Migrate the existing CI to run the BDD instead of e2e
Remove the e2e folder from the project and any auxiliary functions
Implementation ideas
No response
The text was updated successfully, but these errors were encountered:
Description
We currently have a new BDD test framework that can replace the default e2e. We understand that BDD is clearer and we have more control of the tested use cases. Additionally, there's a huge code base that can be reused and put things together in a way that can create new test cases without coding.
This work involves:
feature
� formatImplementation ideas
No response
The text was updated successfully, but these errors were encountered: