Skip to content

Commit

Permalink
how to run tests headed or headless
Browse files Browse the repository at this point in the history
  • Loading branch information
Ryan Kulp committed Oct 10, 2023
1 parent 166c81b commit 9a1c4f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,12 @@ ssl_params:

## Testing
```
# headless
bundle exec rspec # run all tests inside spec/
bundle exec rspec spec/dir_name # run all tests inside given directory
# headed (in a real browser)
HEADED=TRUE bundle exec rspec
```

## Deploying
Expand Down

0 comments on commit 9a1c4f7

Please sign in to comment.