nuno maduro
9e79e491e2
Merge branch '4.x' into 5.x
2026-07-17 16:38:01 +01:00
Sonali dudhia
3927dbfcdf
fix: report dataset provider errors as failing tests ( #1749 )
...
Errors raised while resolving a test's dataset (missing named dataset,
throwing dataset closure) previously crashed the whole run. Now the data
provider catches them, wraps them in a DatasetProviderError, and the test
method rethrows the original throwable so the affected test fails cleanly
with a non-zero exit code while other tests keep running.
2026-07-17 14:13:01 +01:00
nuno maduro
72ab506d7b
Merge branch '4.x' into 5.x
2026-07-06 18:47:25 +01:00
nuno maduro
aadf7e92a6
fix: escape generated test case filename ( #1746 )
...
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com >
2026-07-06 13:18:26 +01:00
nuno maduro
f859bb179d
Merge branch '4.x' into 5.x
2026-05-04 07:38:40 -03:00
nuno maduro
7bea819978
wip
2026-05-02 18:47:26 +01:00
nuno maduro
4fb4908570
Merge branch '4.x' into 5.x
2026-04-10 22:37:24 +01:00
nuno maduro
f528bd8427
feat: adds flaky
2026-04-10 19:52:31 +01:00
nuno maduro
b71bfc513a
chore: guards
2026-04-10 12:23:49 +01:00
nuno maduro
271c680d3c
Merge branch '4.x' into 5.x
2026-04-06 11:24:05 +01:00
nuno maduro
9797a71dbc
feat(ai): allow temporary namesapce
2026-04-03 14:43:28 +01:00
nuno maduro
12c1da29ee
Merge branch '4.x' into 5.x
2026-03-10 21:21:24 +00:00
nuno maduro
2a80101f42
chore: update styling
2026-03-10 21:06:28 +00:00
Nuno Maduro
a9ce1fd739
chore: code refactor
2026-02-17 17:45:34 +00:00
Nuno Maduro
711a60c2db
release: beta 1
2025-08-05 17:44:12 +01:00
nuno maduro
d6c6489e93
Merge branch '4.x' into fix/sibling-describe-blocks
2025-07-26 04:26:10 +01:00
Nuno Maduro
f68d11ccae
chore: bumps dependencies
2025-03-29 17:44:06 +00:00
jshayes
b5b8fab09b
Fix an issue where beforeEach/afterEach functions were called on other describe blocks with the same name
2025-01-20 17:36:22 -05:00
Nuno Maduro
cf57ea1f94
Merge pull request #1295 from jshayes/nested-describe
...
Support for nested describe blocks
2024-10-22 13:41:38 +01:00
Nuno Maduro
6d9189f3f5
feat: php 8.4 support
2024-10-15 15:04:30 +01:00
jshayes
9510d4a2f9
Change array type hint
2024-10-13 09:54:19 -04:00
jshayes
a6cd83665c
Execute all parent beforeEach and afterEach functions for each test
2024-10-11 23:51:18 -04:00
Nuno Maduro
32881774d2
fix: global afterEach being called twice
2024-09-11 00:40:41 +01:00
Nuno Maduro
2c6c3119d2
Merge branch '2.x' into 3.x
2024-08-22 21:21:52 +01:00
Nuno Maduro
86d2191cae
chore: refactor TestClosureMustNotBeStatic
2024-08-22 20:59:42 +01:00
Nuno Maduro
700bd517f4
Merge pull request #1117 from peterfox/bug/catch-static-closures
...
[Bug] provided explaination for static closures
2024-08-22 20:33:58 +01:00
Nuno Maduro
41e50cac05
Adds assignees
2024-08-03 17:05:34 +01:00
Nuno Maduro
63ba117b33
Fixes tests
2024-08-03 00:13:01 +01:00
Nuno Maduro
33d36d77cb
Merge branch '2.x' into 3.x
2024-08-02 23:53:26 +01:00
Nuno Maduro
5e41e546a0
chore: style changes
2024-08-02 11:53:24 +01:00
Nuno Maduro
45cce6ce93
Style
2024-07-24 21:54:52 +01:00
Nuno Maduro
4783334f15
chore: style
2024-07-11 09:35:38 +01:00
Nuno Maduro
ee32f25485
feat: pr and issue
2024-07-04 00:53:58 +01:00
Nuno Maduro
5c3bf469d5
feat: note()
2024-06-27 01:26:54 +01:00
Nuno Maduro
8169382362
feat: adds after
2024-05-08 01:24:30 +01:00
Nuno Maduro
cfa00da885
Fixes test suite
2024-04-27 11:36:22 +01:00
Peter Fox
0ccbe5c8f0
Remove Laravel serialisable closure
2024-03-17 17:23:17 +00:00
Peter Fox
a4f8ae1a12
Handles tests where a static closure is provided
2024-03-17 16:48:43 +00:00
Peter Fox
6094682158
Add static closure check
2024-03-17 12:04:38 +00:00
Nuno Maduro
7b9bae0415
fix: usage of named arguments
2024-02-01 13:45:06 +00:00
Nuno Maduro
3dffdf7cb8
Merge branch '2.x' into 3.x
2024-02-01 11:53:10 +00:00
Nuno Maduro
815ae3c644
Merge pull request #975 from Katalam/repeat
...
[2.x] Sharing `repeat` iteration as `dataset` variable
2024-01-25 15:01:34 +00:00
Nuno Maduro
1d2fe2de2d
fix: doNotThrowsExceptions being marked as incomplete
2024-01-25 14:12:01 +00:00
Nuno Maduro
53dc9ffa06
feat: always use attributes instead of annotations
2024-01-05 18:00:14 +00:00
Nuno Maduro
04d2fa5ce8
feat: moves covers nothing to attribute
2024-01-05 14:37:33 +00:00
Nuno Maduro
698c276cbe
chore: fixes style
2023-10-17 10:06:58 +01:00
Sarfaraz Muhammad Sajib
b8cd563569
Update src/Factories/Annotations/TestDox.php
...
Co-authored-by: Owen Voke <development@voke.dev >
2023-10-16 16:23:09 +06:00
Sarfaraz Muhammad Sajib
9fb64599de
Polishing Up "TestDox.php' PHPDoc Blocks for Clarity
...
Added the missing parenthesis and period for proper punctuation and formatted the doc block to meet PHPDocumentor standards.
2023-10-16 10:56:06 +06:00
Katalam
3ee5c29a00
feat: add repeat iteration as function argument if no extra dataset is provided
2023-10-05 23:07:03 +02:00
Nuno Maduro
d1aeabc9da
chore: style changes
2023-09-06 12:19:27 +01:00