最新消息:雨落星辰是一个专注网站SEO优化、网站SEO诊断、搜索引擎研究、网络营销推广、网站策划运营及站长类的自媒体原创博客

javascript - can I view the tests scripts running in casperjs in browser for easy tracking - Stack Overflow

programmeradmin0浏览0评论

Hi I'm using jquery & Ajax as a front end in my web application , so I'm working on Automating the test environment using casperjs. because of using jquery - ajax, I'm unable to track the application whether the page is loaded or not and many other events. so In development time I'm thinking to view the actions in browser rather in text mode.

is there any possibility to view the test scripts running through browser actions?

Hi I'm using jquery & Ajax as a front end in my web application , so I'm working on Automating the test environment using casperjs. because of using jquery - ajax, I'm unable to track the application whether the page is loaded or not and many other events. so In development time I'm thinking to view the actions in browser rather in text mode.

is there any possibility to view the test scripts running through browser actions?

Share Improve this question asked Apr 3, 2014 at 14:46 Srikanth MalyalaSrikanth Malyala 95915 silver badges26 bronze badges 1
  • What am I missing here? You ask for run CasperJS in browser and get a SlimerJS and it's done? – Jonatas Walker Commented May 2, 2016 at 11:52
Add a ment  | 

1 Answer 1

Reset to default 5

Yes, use the slimerJS (gecko -> firefox) engine in casper : http://slimerjs/ It opens firefox and you will see your automatic tests in the browser.

This answer could interest you : Is there a way to step in to CasperJS code and Debug step by step

发布评论

评论列表(0)

  1. 暂无评论