Gregori Piñeres
d048d60d04
Ignore the absence of the tests folder
2021-04-10 11:51:13 -04:00
jordanbrauer
1b9162151c
docs: add some method documentation and fix typo
2021-04-07 11:02:00 -05:00
jordanbrauer
90efcc8a8a
feat: add shared/global beforeAll and afterAll hooks
2021-04-07 10:55:19 -05:00
jordanbrauer
7d35ee9998
feat: add new helper to create static closure chains
2021-04-07 10:53:46 -05:00
jordanbrauer
f21e45ae64
fix: type declaration for and add small comment RE: merge behaviour
2021-04-07 09:49:53 -05:00
jordanbrauer
c7d26a27b6
fix: ensure that Pest is loaded before the test file itself
2021-04-07 09:49:12 -05:00
jordanbrauer
54f9397f47
style: address stan + lint issues
2021-04-06 19:32:49 -05:00
jordanbrauer
ff44589572
refactor: pack hooks into an array instead of 1 argument per hook
2021-04-06 19:27:50 -05:00
Owen Voke
6616b6299b
docs: update changelog
2021-03-31 16:00:01 +01:00
jordanbrauer
99500d0cae
feat: add shared/global before each hook
2021-03-28 02:03:31 -05:00
Andrei Pristavu
a6cced6b63
Update PestDuskCommand.php
...
Add Dusk command argument --browse
2021-03-22 01:16:09 +02:00
Owen Voke
7917313422
docs: update changelog
2021-03-17 13:44:14 +00:00
Nuno Maduro
4b65d2c426
release: v1.0.3
2021-03-13 11:07:57 +00:00
Nuno Maduro
3589f3d5e7
chore: fixes test suite
2021-03-13 11:06:34 +00:00
jordanbrauer
19a1569fa8
cleanup for self-review
2021-02-13 13:31:25 -06:00
jordanbrauer
9a0240bc7b
patch addslashes for windows paths
2021-02-13 12:48:43 -06:00
jordanbrauer
fe2fac37f8
address PHPStan warning about use of empty
2021-02-13 11:53:30 -06:00
jordanbrauer
bb57a54089
simplify quote escape sequence handling
2021-02-13 11:40:08 -06:00
jordanbrauer
5e0bfba7bf
run linter
2021-02-13 11:21:14 -06:00
jordanbrauer
f6c19e469f
in the event of no class name, make one on the fly as an escape hatch
2021-02-13 11:20:16 -06:00
jordanbrauer
13f09cc662
add helper method to generate a simple random string
2021-02-13 11:19:40 -06:00
jordanbrauer
301ff155a4
prevent parse errors by escaping the quote used for filename property
2021-02-13 11:17:52 -06:00
jordanbrauer
40f2065575
catch parse errors and let the user know in a friendlier manner
2021-02-13 11:12:09 -06:00
jordanbrauer
be906eb823
remove additional str_replace call in favour of adjusting the relative path regexp
2021-02-13 11:08:08 -06:00
jordanbrauer
c6a6f7e2ab
fix typo
2021-02-13 00:15:54 -06:00
jordanbrauer
20077c285a
WIP proof of concept fix for multiple file extensions in test suffix
2021-02-13 00:14:20 -06:00
Owen Voke
fa13016785
docs: update changelog
2021-02-04 09:15:54 +00:00
Owen Voke
6b8feed08a
docs: update changelog
2021-01-18 09:35:53 +00:00
Matan Yadaev
df934bacd9
fix TestCase expect phpDoc
2021-01-05 20:42:14 +02:00
Nuno Maduro
b0f03c278d
docs: updates changelog
2021-01-03 17:27:11 +01: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
Owen Voke
26b2e3561a
docs: update changelog
2020-12-27 11:36:24 +00:00
Nuno Maduro
60aea6798d
Merge pull request #239 from gpibarra/patch-1
...
change binary path pest:dusk
2020-12-27 02:46:08 +01:00
Nuno Maduro
fac3fe3f55
docs: updates changelog
2020-12-26 21:31:38 +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
Nuno Maduro
12441deab8
chore: upgrades version
2020-12-20 17:22:33 +01:00
Nuno Maduro
8852fd14ce
Merge pull request #236 from avrahamappel/master
...
Add test for inheritance with depends
2020-12-20 17:18:53 +01:00
Nuno Maduro
e3814e6d9c
chore: fixes static analsysis on uses_classs
2020-12-20 17:12:08 +01:00
avrahamappel
b6e2763731
Move dependency mapping to TestCase
...
The `TestCaseFactory::getClassName` was removed since it can have
unexpected results when called too early, as it builds up the test class
prematurely. It is not currently used anywhere else.
2020-12-17 23:24:11 -05:00
Nuno Maduro
5d7f262f4a
feat: removes expectation api for a plugin
2020-12-13 22:35:30 +01:00
Nuno Maduro
3b435e460e
chore: increases version
2020-12-04 21:19:32 +01:00
Mickaël Isaert
f017015d1e
fix: authorize string as key for datasets
2020-11-30 14:50:40 +01:00
Nuno Maduro
03dc11c2f6
Adds expect extend
2020-11-29 16:30:57 +01:00
Nuno Maduro
3c418d82e6
chore: increases version
2020-11-28 18:55:14 +01:00
Nuno Maduro
73ede2e344
Merge pull request #223 from clmntgr/support-pest-command
...
Add a dusk command for Laravel
2020-11-28 18:46:51 +01:00