Powered by
How to capture any variable value from .js file an...
# i-need-help
r
ripe-notebook-54640
04/13/2023, 3:08 PM
I am creating test data in .js file and I want to pass that test data into test cases
c
curved-agent-32333
04/13/2023, 3:25 PM
Take a look at cy.fixture
https://docs.cypress.io/api/commands/fixture
r
ripe-notebook-54640
04/14/2023, 4:39 AM
This is helpful. Thank you for sharing But I am doing UI automation and creating test data using a faker library, so I want to pass that data into my test case. How will I pass that data?
Previous
Next