Clients
Services
Blog
Contact
Learn QA Automation using Cypress
Cypress practices followed at BigBinary
Search Book
⌘K
to navigate
Enter
to select
Esc
to close
1.
Software Testing Terminologies
2.
JS and File Naming Conventions
JS Conventions
Comments
File Naming Conventions
Function arguments conventions
3.
Introduction to Cypress
4.
How to run Cypress tests
Understanding the Cypress directory structure
Running Cypress tests on wheel
Using tags to selectively run spec files
5.
Test Suite and Test Case
6.
Using hooks in Cypress
7.
Writing a test case in cypress
8.
Commonly used Cypress commands
Commands
Nature of Cypress commands
9.
data-cy conventions
10.
Custom Commands in Cypress
11.
Utility Functions in Cypress
12.
How to wait for API response
Intercept
13.
Fixtures in Cypress
14.
Organizing and maintaining Cypress tests
15.
Selectors and texts
16.
Flaky Tests
What are flaky tests
Causes of flaky tests
17.
Cypress Best Practices
18.
Project Settings
Cypress configuration
Project settings on cypress dashboard
19.
Writing Tests