Skip to content

Commit

Permalink
Updated Readme.md
Browse files Browse the repository at this point in the history
Better testing instructions
  • Loading branch information
René de Kat authored and René de Kat committed Aug 9, 2024
1 parent 95111c8 commit 0feda57
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,13 @@ REVERB_VERIFY=false
## Testing
Create a .env.testing file if you want. Behat sets the environment to testing.

### Behat
### Acceptance testing
`./vendor/bin/behat`

### Unit and Feature testing
`php artisan test`

### Front-end testing
`php artisan dusk`

## Usage
Expand Down

0 comments on commit 0feda57

Please sign in to comment.