Daniel-Marynicz / BehatParallelExtension

Behat Parallel Extension
MIT License
18 stars 6 forks source link

Use 'paths' instead 'path' argument #68

Closed das-peter closed 4 months ago

das-peter commented 4 months ago

If I'm not mistaken behat doesn't know a 'path' argument in any of its versions (2.5, 3.x, 4.x) but always uses 'paths': https://github.com/Behat/Behat/blob/2a3832d9cb853a794af3a576f9e524ae460f3340/src/Behat/Testwork/Tester/Cli/ExerciseController.php#L132

I'm not entirely sure if this change in "expectation" e.g. single vs. possible multi-value has any subsequent implications. If the "locator" is used with the core behat api it should be properly handled there as far as I understand.