Commit Graph

28 Commits

Author SHA1 Message Date
d8666c8abf chore: coding style changes 2023-02-03 12:55:01 +00:00
bedf033655 lint 2022-08-25 09:32:48 +02:00
09d2b16767 docs: updates changelog 2021-07-26 22:45:03 +01:00
595bbe32a4 Add bool to the condition 2021-07-22 01:41:12 +04:30
5e0a0855ea Add a better description 2021-07-21 14:38:11 +04:30
7ec3460d73 Add --force flag to pest:test command 2021-07-21 13:02:09 +04:30
ea8ab88056 style: apply fixes from PHPStan 2021-05-14 10:05:16 +01:00
564a21badd style: apply fixes from php-cs-fixer 2021-05-14 10:00:53 +01:00
41ce87450f fix: resolve test directory before function call 2021-05-14 09:33:52 +01:00
567af55a19 make test directory configurable 2021-05-03 18:28:20 +03:00
a6cced6b63 Update PestDuskCommand.php
Add Dusk command argument --browse
2021-03-22 01:16:09 +02:00
b59b321249 Merge pull request #245 from gpibarra/make-dusk-test
MakeDuskTest
2021-01-02 23:35:32 +01:00
d693d99379 Update src/Laravel/Commands/PestTestCommand.php
Co-authored-by: Owen Voke <development@voke.dev>
2020-12-28 13:51:03 -03:00
50c1136be8 MakeDuskTest 2020-12-28 13:13:30 -03:00
7ba49b2e3e chore: fixes style 2020-12-27 21:42:08 +01:00
54a285f7e3 Update PestInstallCommand.php 2020-12-27 17:40:26 +01:00
424e24d530 feat: improve init files 2020-12-27 15:24:21 +01:00
6abc2207b2 change binary path pest:dusk
In windows not work
full path is used in [7e05b3ca4f/src/Console/DuskCommand.php (L91)) and [163d5c2bd8/src/Adapters/Laravel/Commands/TestCommand.php (L108))
2020-12-23 15:08:49 -03:00
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
38344c99f1 style: apply Rector changes 2020-08-12 14:45:55 +01:00
4009177e56 style: fix unary_operator_space 2020-08-03 21:49:09 +02:00
64bb853720 fix: correctly avoid interactions 2020-08-03 21:39:58 +02:00
e4e4eb0a57 chore: bumps deps 2020-07-24 21:54:00 +02:00
db7c4b174f refactor: thanks 2020-07-01 20:23:00 +02:00
c23f2e4bd6 fix errors from type checks 2020-05-23 21:09:28 +09:30
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
c97fd17120 feat(helpers): adds helpers file 2020-05-14 23:03:56 +02:00
de2929077b first 2020-05-11 18:38:30 +02:00