Loading...
Loading...
Cypress end-to-end testing for web apps. Use for E2E testing.
npx skill4agent add g1joshi/agent-skills cypressdescribe("My First Test", () => {
it("Visits the Kitchen Sink", () => {
cy.visit("https://example.cypress.io");
cy.contains("type").click();
cy.url().should("include", "/commands/actions");
cy.get(".action-email")
.type("fake@email.com")
.should("have.value", "fake@email.com");
});
});cy.get().click().should()cy.get('.todo-list li').should('have.length', 2)cy.interceptcy.interceptcy.wait('@apiCall')cy.login()data-cy="submit-btn"wait(number)