Skip to content

Commit 844bbb3

Browse files
committed
2 parents 78f49b1 + dac0e8b commit 844bbb3

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@ abstract class DuskTestCase extends ParallelTestCase
114114
115115
ParaTest splits your test suite across multiple worker processes. Each worker receives a `TEST_TOKEN` environment variable (`0`, `1`, `2`...) which the package uses to route that worker to its own ChromeDriver instance on a unique port. This means each worker gets a completely independent browser session with no shared state between processes.
116116

117+
## Example project
118+
119+
I've created https://github.com/jackbayliss/dusk-parallel-demo as a demo Laravel project with passing parallel tests if you'd much rather see an example with workflow passing.
120+
121+
117122
## License
118123

119-
MIT
124+
MIT

0 commit comments

Comments
 (0)