Separate test data from test script #3
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A lot of test script contains the test data (or magic values), like credentials, passwords. We can rely on fixtures or other feature of Cypress to group them in one place and call them when needed.
Nope, no need to do that.