Skip to content

Commit 7609cf6

Browse files
authored
Merge pull request #329 from LorenzoSapora/patch-1
Revise browser command syntax for Pest tests
2 parents aba366b + ce0666c commit 7609cf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

browser-testing.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@ test('example', function () {
9696
By default, the `visit()` method uses Chrome as the browser. However, if you want to use a different browser, you can specify it using the `--browser` option when running the tests:
9797

9898
```bash
99-
./vendor/bin/pest --browser=firefox
100-
./vendor/bin/pest --browser=safari
99+
./vendor/bin/pest --browser firefox
100+
./vendor/bin/pest --browser safari
101101
```
102102

103103
If you wish to use a different browser by default without specifying it in the command line, you can set it in your `Pest.php` configuration file:

0 commit comments

Comments
 (0)