Skip to content

Commit dac0e8b

Browse files
authored
Add example project link to README
Added a link to a demo project for parallel tests.
1 parent 3595c14 commit dac0e8b

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)