Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorotwell committed Dec 6, 2021
1 parent ec0cd0c commit 3b5fdc9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions sail.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,6 +262,18 @@ Finally, you may run your Dusk test suite by starting Sail and running the `dusk

sail dusk

<a name="selenium-on-apple-silicon"></a>
#### Selenium On Apple Silicon

If your local machine contains an Apple Silicon chip, your `selenium` must use the `seleniarm/standalone-chromium` image:

selenium:
image: 'seleniarm/standalone-chromium'
volumes:
- '/dev/shm:/dev/shm'
networks:
- sail

<a name="previewing-emails"></a>
## Previewing Emails

Expand Down

0 comments on commit 3b5fdc9

Please sign in to comment.