play-cucumber
play-cucumber copied to clipboard
trouble with play cukes
There were two issues. First I had to put in a time.sleep(5) in the .py file to prevent a connection error.
Now the tests run, but all are SKIPPED.
If I do combination of $ play test And then in another shell: $ curl http://localhost:9000/@cukes/run.cli
they work fine.