Commit Graph

27 Commits

Author SHA1 Message Date
Fabio Ivona bedf033655 lint 2022-08-25 09:32:48 +02:00
Nuno Maduro 09d2b16767 docs: updates changelog 2021-07-26 22:45:03 +01:00
Reza Amini 595bbe32a4 Add bool to the condition 2021-07-22 01:41:12 +04:30
Reza Amini 5e0a0855ea Add a better description 2021-07-21 14:38:11 +04:30
Reza Amini 7ec3460d73 Add --force flag to pest:test command 2021-07-21 13:02:09 +04:30
Owen Voke ea8ab88056 style: apply fixes from PHPStan 2021-05-14 10:05:16 +01:00
Owen Voke 564a21badd style: apply fixes from php-cs-fixer 2021-05-14 10:00:53 +01:00
Owen Voke 41ce87450f fix: resolve test directory before function call 2021-05-14 09:33:52 +01:00
Brian Faust 567af55a19 make test directory configurable 2021-05-03 18:28:20 +03:00
Andrei Pristavu a6cced6b63 Update PestDuskCommand.php
Add Dusk command argument --browse
2021-03-22 01:16:09 +02:00
Nuno Maduro b59b321249 Merge pull request #245 from gpibarra/make-dusk-test
MakeDuskTest
2021-01-02 23:35:32 +01:00
Gerardo Ibarra d693d99379 Update src/Laravel/Commands/PestTestCommand.php
Co-authored-by: Owen Voke <development@voke.dev>
2020-12-28 13:51:03 -03:00
Gerardo Ibarra 50c1136be8 MakeDuskTest 2020-12-28 13:13:30 -03:00
Nuno Maduro 7ba49b2e3e chore: fixes style 2020-12-27 21:42:08 +01:00
Nuno Maduro 54a285f7e3 Update PestInstallCommand.php 2020-12-27 17:40:26 +01:00
Nuno Maduro 424e24d530 feat: improve init files 2020-12-27 15:24:21 +01:00
Gerardo Ibarra 6abc2207b2 change binary path pest:dusk
In windows not work
full path is used in [https://github.com/laravel/dusk/blob/7e05b3ca4f17afcba528c4c5a2390a2dd9949b38/src/Console/DuskCommand.php#L91](https://github.com/laravel/dusk/blob/7e05b3ca4f17afcba528c4c5a2390a2dd9949b38/src/Console/DuskCommand.php#L91) and [https://github.com/nunomaduro/collision/blob/163d5c2bd8fe5072b942627980d20831dfd9de78/src/Adapters/Laravel/Commands/TestCommand.php#L108](https://github.com/nunomaduro/collision/blob/163d5c2bd8fe5072b942627980d20831dfd9de78/src/Adapters/Laravel/Commands/TestCommand.php#L108)
2020-12-23 15:08:49 -03:00
clmnt de593c3b93 Add a dusk command for Laravel.
This new command will replicate Dusk behavior with .env.dusk files
2020-11-24 10:07:06 +01:00
Owen Voke 38344c99f1 style: apply Rector changes 2020-08-12 14:45:55 +01:00
Enzo Innocenzi 4009177e56 style: fix unary_operator_space 2020-08-03 21:49:09 +02:00
Enzo Innocenzi 64bb853720 fix: correctly avoid interactions 2020-08-03 21:39:58 +02:00
Nuno Maduro e4e4eb0a57 chore: bumps deps 2020-07-24 21:54:00 +02:00
Nuno Maduro db7c4b174f refactor: thanks 2020-07-01 20:23:00 +02:00
Michael Dyrynda c23f2e4bd6 fix errors from type checks 2020-05-23 21:09:28 +09:30
Michael Dyrynda 4496e9d9ee Add support for installing Pest into a Lumen application
This entails creating Laravel and Lumen-specific stubs, and ensuring
that the appropriate stubs are copied as part of the pest install.
2020-05-23 20:52:15 +09:30
Nuno Maduro c97fd17120 feat(helpers): adds helpers file 2020-05-14 23:03:56 +02:00
Nuno Maduro de2929077b first 2020-05-11 18:38:30 +02:00