Running Jasmine Integration Tests in Parallel via Selenium Grid

▼魔方 西西 提交于 2019-12-07 18:11:12

问题


I've playing around with jasmine and selenium webdriver for browser automation via node.js. What do I need to configure in order to run tests in parallel? I understand that on a java stack TestNG is often used to run parallel tests, what would be the best tool or configuration to run parallel selenium tests using jasmine and node.js?

来源:https://stackoverflow.com/questions/32211695/running-jasmine-integration-tests-in-parallel-via-selenium-grid

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!