Skip to content

Commit dcea719

Browse files
authored
Update README.md
1 parent fd68007 commit dcea719

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,18 +38,18 @@ Need help with cypress-on-rails? Contact [Justin Gordon](mailto:justin@shakacode
3838
----
3939

4040
# New to Cypress?
41-
Suggest you first learn the basics of Cypress before attempting to integrate with Ruby on Rails.
41+
Consider first learning the basics of Cypress before attempting to integrate with Ruby on Rails.
4242

4343
* [Good start Here](https://docs.cypress.io/examples/tutorials.html#Best-Practices)
4444

4545
# Totally new to Playwright?
46-
Suggest you first learn the basics of Playwright before attempting to integrate with Ruby on Rails.
46+
Consider first learning the basics of Playwright before attempting to integrate with Ruby on Rails.
4747

4848
* [Good start Here](https://playwright.dev/docs/writing-tests)
4949

5050
## Overview
5151

52-
Gem for using [cypress.io](http://github.com/cypress-io/) or [playwright.dev](https://playwright.dev/) in Rails and Ruby Rack applications with the goal of controlling state as mentioned in [Cypress Best Practices](https://docs.cypress.io/guides/references/best-practices.html#Organizing-Tests-Logging-In-Controlling-State)
52+
Gem for using [cypress.io](http://github.com/cypress-io/) or [playwright.dev](https://playwright.dev/) in Rails and Ruby Rack applications to control state as mentioned in [Cypress Best Practices](https://docs.cypress.io/guides/references/best-practices.html#Organizing-Tests-Logging-In-Controlling-State).
5353

5454
It allows you to run code in the context of the application when executing Cypress or Playwright tests.
5555
Do things like:

0 commit comments

Comments
 (0)