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

FR: Passing options #7

Open
curtisblackwell opened this issue Mar 13, 2017 · 3 comments
Open

FR: Passing options #7

curtisblackwell opened this issue Mar 13, 2017 · 3 comments

Comments

@curtisblackwell
Copy link

PHPUnit allows you to pass options.

As you've probably seen in the Test-Driven Laravel course already, there's a section on integration testing that explains why you may want to run the whole suite excluding certain groups.

It would be awesome to be able to configure additional options for each of the three test types (method, class, and suite).

@itmecho
Copy link
Owner

itmecho commented Mar 14, 2017

Makes sense! How were you thinking of this being implemented? Text fields in the package settings for each command?

@curtisblackwell
Copy link
Author

I was wondering about that, too… At first, I was thinking it'd be nice to have inputs dedicated to each setting, but that'd probably just be a waste of time for whomever writes that code and overwhelming for users.

Text fields are probably the most flexible and simplest solution.

@ghost
Copy link

ghost commented Jun 19, 2017

I'm particularly interested in seeing progress on this as I want to be able to run Laravel Dusk tests. The tests do run at present, however because you aren't able to pass additional commands, the .env.dusk.* file isn't renamed prior to the test running, which results in various testing errors.

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

No branches or pull requests

2 participants