Skip to content

Commit

Permalink
fixed some Codacy errors on README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Prayag-Das committed Jun 23, 2024
1 parent 613feca commit fbe2eb3
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions ui/cypress/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# What's in here?

In the 'cypress' folder, we keep tests that use Cypress, an open-source end-to-end testing framework for web applications.
Cypress is designed to be developer-friendly, providing a robust and easy-to-use tool for writing, running, and debugging tests for modern web applications.
Cypress is designed to be developer-friendly, providing a robust and easy-to-use tool for writing, running, and debugging tests for modern web applications.

## Cypress Features

- End-to-End Testing: Cypress allows you to test the entire application workflow from start to finish.
- End-to-End Testing: Cypress allows you to test the entire application workflow from start to finish.
This includes interacting with the user interface, making network requests, and verifying the final state of the application.

- Real-Time Reloads: As you make changes to your tests or application code, Cypress automatically reloads and re-runs the tests, providing immediate feedback.

- Time Travel: Cypress captures snapshots as your tests run.
- Time Travel: Cypress captures snapshots as your tests run.
You can hover over commands in the Command Log to see exactly what happened at each step.

- Debugging Capabilities: Cypress provides powerful debugging tools.
- Debugging Capabilities: Cypress provides powerful debugging tools.
You can use the built-in developer tools to inspect your application at any point in the test.

- Automatic Waiting: Cypress automatically waits for commands and assertions before moving on, ensuring that tests are not flaky due to timing issues.
Expand Down

0 comments on commit fbe2eb3

Please sign in to comment.