WebApp is connected with firebase. Want to automate app using api’s in cypress
Started by writing test cases to cover user interactions with web application. Used Cypress’s API commands such as cy.visit(), cy.get(), cy.type(), etc., to interact with elements on the web page. Utilized Firebase API calls within mine Cypress tests to manipulate data and perform assertions. Example: If application involves user authentication, write tests to verify login […]