Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

php artisan pest:dusk fails #279

Closed
pristavu opened this issue Mar 21, 2021 · 3 comments
Closed

php artisan pest:dusk fails #279

pristavu opened this issue Mar 21, 2021 · 3 comments

Comments

@pristavu
Copy link
Contributor

The "browse" option does not exist.

(laravel/dusk#870)

@nunomaduro
Copy link
Member

Can you please elaborate?

@owenvoke
Copy link
Member

I think they are saying that running pest:dusk --browse fails which is because the options aren't used in Pest here:
https://github.com/pestphp/pest/blob/master/src/Laravel/Commands/PestDuskCommand.php#L39

We could maybe change this, but it would require basically the same changes as are in the referenced PR.

@pristavu
Copy link
Contributor Author

Sorry for the missing informations. Indeed, in a fresh install of pest on a laravel app the command pest:dusk fails from missing option "--browse" that was introduced in version 6 of laravel/dusk

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants