Skip to content

Commit

Permalink
Clarify and reword
Browse files Browse the repository at this point in the history
  • Loading branch information
svevang committed Jul 1, 2024
1 parent e5f67f1 commit 02de19c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ It enables you to write all types of tests:
- Integration tests
- Unit tests

We're using for E2E tests to cover core functionality of apps at PRX.
We're using E2E tests to cover core functionality of apps at PRX.

## Requirements

Expand Down Expand Up @@ -58,8 +58,9 @@ This command opens the Cypress Test Runner, a graphical user interface that allo
- Watch tests run in real time in the browser
- Debug tests using browser developer tools

The Test Runner is particularly useful during test development and debugging.
You can set a `debugger` statement or inspect the DOM!
The Test Runner is particularly useful during test development and debugging --
You can set a `debugger` statement or inspect the DOM using familiar chrome
debugger tools.

## Writing Tests

Expand Down

0 comments on commit 02de19c

Please sign in to comment.