DEV Community

pinches of Cypress Series' Articles

Back to Walmyr's Series
How to fill out and submit forms with Cypress
Cover image for How to fill out and submit forms with Cypress

How to fill out and submit forms with Cypress

38
Comments 2
2 min read
How to check that I was redirected to the correct URL with Cypress
Cover image for How to check that I was redirected to the correct URL with Cypress

How to check that I was redirected to the correct URL with Cypress

15
Comments 4
2 min read
How to run a test multiple times with Cypress to prove it is stable
Cover image for How to run a test multiple times with Cypress to prove it is stable

How to run a test multiple times with Cypress to prove it is stable

11
Comments 8
2 min read
How to test APIs with Cypress
Cover image for How to test APIs with Cypress

How to test APIs with Cypress

9
Comments
3 min read
How to check that an element does not exist on the screen with Cypress
Cover image for How to check that an element does not exist on the screen with Cypress

How to check that an element does not exist on the screen with Cypress

11
Comments 2
1 min read
How to protect sensitive data with Cypress
Cover image for How to protect sensitive data with Cypress

How to protect sensitive data with Cypress

15
Comments 4
2 min read
How to create custom commands with Cypress
Cover image for How to create custom commands with Cypress

How to create custom commands with Cypress

3
Comments
3 min read
How to visit a page that is on my computer with Cypress
Cover image for How to visit a page that is on my computer with Cypress

How to visit a page that is on my computer with Cypress

3
Comments
1 min read
How to wait for a request to finish before moving on with Cypress
Cover image for How to wait for a request to finish before moving on with Cypress

How to wait for a request to finish before moving on with Cypress

8
Comments 16
2 min read
How to identify an element by its text with Cypress
Cover image for How to identify an element by its text with Cypress

How to identify an element by its text with Cypress

Comments
2 min read
How to run tests in headless mode with Cypress
Cover image for How to run tests in headless mode with Cypress

How to run tests in headless mode with Cypress

8
Comments 6
2 min read
How to intercept and mock the response of an HTTP request with Cypress
Cover image for How to intercept and mock the response of an HTTP request with Cypress

How to intercept and mock the response of an HTTP request with Cypress

9
Comments 2
2 min read
How to use fixtures with Cypress to isolate the frontend tests
Cover image for How to use fixtures with Cypress to isolate the frontend tests

How to use fixtures with Cypress to isolate the frontend tests

9
Comments
2 min read
How to check the contents of a file with Cypress
Cover image for How to check the contents of a file with Cypress

How to check the contents of a file with Cypress

3
Comments
2 min read
How to perform visual regression tests with Cypress and Percy
Cover image for How to perform visual regression tests with Cypress and Percy

How to perform visual regression tests with Cypress and Percy

2
Comments
3 min read
How to run tests simulating mobile devices with Cypress
Cover image for How to run tests simulating mobile devices with Cypress

How to run tests simulating mobile devices with Cypress

2
Comments
2 min read
How to perform an action conditionally with Cypress
Cover image for How to perform an action conditionally with Cypress

How to perform an action conditionally with Cypress

4
Comments
3 min read
How to take screenshots of automated tests with Cypress
Cover image for How to take screenshots of automated tests with Cypress

How to take screenshots of automated tests with Cypress

2
Comments 2
2 min read
How to simulate errors with Cypress
Cover image for How to simulate errors with Cypress

How to simulate errors with Cypress

13
Comments
2 min read
How to simulate the delay in a request with Cypress
Cover image for How to simulate the delay in a request with Cypress

How to simulate the delay in a request with Cypress

12
Comments
2 min read
How to type and press ENTER with Cypress
Cover image for How to type and press ENTER with Cypress

How to type and press ENTER with Cypress

12
Comments 2
2 min read
How to read the browser's localStorage with Cypress
Cover image for How to read the browser's localStorage with Cypress

How to read the browser's localStorage with Cypress

16
Comments 2
3 min read
How to change the baseUrl via command line with Cypress
Cover image for How to change the baseUrl via command line with Cypress

How to change the baseUrl via command line with Cypress

14
Comments 4
2 min read
How to upload files with Cypress
Cover image for How to upload files with Cypress

How to upload files with Cypress

9
Comments
3 min read
How to test that cache works with Cypress
Cover image for How to test that cache works with Cypress

How to test that cache works with Cypress

8
Comments 2
4 min read
How to check multiple checkboxes at once with Cypress
Cover image for How to check multiple checkboxes at once with Cypress

How to check multiple checkboxes at once with Cypress

4
Comments 2
2 min read
Using the keywords Given/When/Then with Cypress but without Cucumber
Cover image for Using the keywords Given/When/Then with Cypress but without Cucumber

Using the keywords Given/When/Then with Cypress but without Cucumber

25
Comments 8
3 min read
cy.request vs. cy.intercept
Cover image for cy.request vs. cy.intercept

cy.request vs. cy.intercept

30
Comments 2
4 min read
Best practices in test automation with Cypress
Cover image for Best practices in test automation with Cypress

Best practices in test automation with Cypress

15
Comments 2
4 min read
How to create fixtures with random data using Cypress and faker
Cover image for How to create fixtures with random data using Cypress and faker

How to create fixtures with random data using Cypress and faker

19
Comments 2
3 min read
The importance of testability for web testing automation
Cover image for The importance of testability for web testing automation

The importance of testability for web testing automation

8
Comments
2 min read
How to login programmatically with Cypress
Cover image for How to login programmatically with Cypress

How to login programmatically with Cypress

49
Comments 4
4 min read
cy.get() vs. cy.contains()
Cover image for cy.get() vs. cy.contains()

cy.get() vs. cy.contains()

6
Comments 2
1 min read
Testing copy to clipboard with Cypress
Cover image for Testing copy to clipboard with Cypress

Testing copy to clipboard with Cypress

5
Comments 6
3 min read
Filtering the available browsers in Cypress
Cover image for Filtering the available browsers in Cypress

Filtering the available browsers in Cypress

1
Comments 2
2 min read
Simulating Internet Outage and Recovery using Cypress
Cover image for Simulating Internet Outage and Recovery using Cypress

Simulating Internet Outage and Recovery using Cypress

3
Comments
4 min read
Logging into different environments with Cypress
Cover image for Logging into different environments with Cypress

Logging into different environments with Cypress

1
Comments
4 min read