开发者

In the play framework, how do I run just one selenium test suite and have it run automatically?

开发者 https://www.devze.com 2023-04-06 05:33 出处:网络
I am doing Test Driven Development using the Play Framework and want to keep run the current failing test quickly.I am finding clicking Start! to be to slow since I have a mostly开发者_JAVA百科 keyboa

I am doing Test Driven Development using the Play Framework and want to keep run the current failing test quickly. I am finding clicking Start! to be to slow since I have a mostly开发者_JAVA百科 keyboard driven workflow. So ideally I would like a way to just reload the page and have it rerun the currently failing test.


I ended up leaving play test running and reloading the following page - note the auto=yes parameter

http://localhost:9000/@tests?select=Application.test.html&auto=yes

0

精彩评论

暂无评论...
验证码 换一张
取 消