play-cucumber icon indicating copy to clipboard operation
play-cucumber copied to clipboard

trouble with play cukes

Open eigil opened this issue 11 years ago • 0 comments

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.

eigil avatar May 21 '13 10:05 eigil