how to run protractor test from UI or web interfac

2019-09-21 14:03发布

trying to build a UI where anybody can run protractor tests without having knowledge of JS or scripts..they should have scenarios available to them from the github repo and they just choose which one to run

1条回答
淡お忘
2楼-- · 2019-09-21 14:25

For this, you don't need to build a UI from scratch. What you need to setup is a Continous Integration Envrionment like Jenkins. Then you can create "Jobs" that contain choice parameters for running different tests.

Here is an example of one of my Jenkins Jobs for running the core suite of my tests with different options that I created and all get passed to Protractor. enter image description here

查看更多
登录 后发表回答