Skip to content

Commit

Permalink
Merge branch 'master' of github.com:laracasts/cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
JeffreyWay committed Feb 14, 2022
2 parents b3df529 + 6812922 commit 6c72429
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ This package provides the necessary boilerplate to quickly begin testing your La
## Table of Contents

- [Installation](#installation)
- [Routing](#routing)
- [Environment Handling](#environment-handling)
- [API](#api)
- [Routing](#routing)

## Installation

Expand Down Expand Up @@ -230,7 +230,7 @@ php artisan db:seed --class=PlansTableSeeder --env=acceptance

### cy.artisan()

Trigger any Artisan command under the current environment for the Cypress test. Remember to proceed options with two dashes, as usual.
Trigger any Artisan command under the current environment for the Cypress test. Remember to precede options with two dashes, as usual.

```js
test('it can create posts through the command line', () => {
Expand Down

0 comments on commit 6c72429

Please sign in to comment.