首页 > 解决方案 > Develop a web application for running test cases

问题描述

I want to develop a web application which takes github url(containing TestNG test cases written in Java and selenium) and TestNg.xml name as input. if we click on Run button, it should take the code from Github and then run the test cases present in it in the backend and display the result on the UI. Please suggest me ,How should I proceed developing such application ?

标签: javaseleniumjenkinsgithubcontinuous-integration

解决方案


推荐阅读