jessedoj
jessedoj
I had this issue as well. Microsoft Word couldn't open the files although google docs and Mac textedit were perfectly happy with it. **My solution:** content = content.replace(/(\s+)/gi, '');
Great, like it sounds. Let's add that to the readme!
So, is the readme wrong then that the amount of workers you get is not relative to the count of the array in behat.yml? If I use --parallel-feature[2] will each...
Ah, I think I see the issue. You explain how to set the amount of workers after you explain how to limit the number in the readme. Maybe put that...
Interesting, so you can set the environment array to 2, but run the command and it'll run max even if only 2?
Okay, so the readme is wrong when it says "From this environments array depends on how much maximum you can run Workers." The readme probably needs a good workthrough. I...