pprof icon indicating copy to clipboard operation
pprof copied to clipboard

Automated continuous testing of the web UI

Open aalexand opened this issue 8 years ago • 2 comments

#207 discusses future enhancements to the web UI. It would be good to improve the automated testing story for the feature so that contributors feel safe adding new functionality.

Using https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-the-Chrome-addon-in-the-headless-mode is one option to consider.

aalexand avatar Aug 24 '17 18:08 aalexand

Hello I am new here . I am beginner in golang but want to learn further by solving this issue. Can you please guide me the necessary prerequisites that i must have to solve the issue

sourabh1031 avatar Feb 20 '19 13:02 sourabh1031

Thank you for your interest and offering to help.

This particular issue is specifically about adding a full end-to-end test for the web UI to run as a continuous Travis test. As such, it will focus more on using a Chrome remoting interface, and less on Go.

If this interests you, please see below: Chrome DevTools Protocol: https://github.com/chromedp/chromedp https://docs.travis-ci.com/user/gui-and-headless-browsers/#Using-the-Chrome-addon-in-the-headless-mode

kalyanac avatar Feb 21 '19 20:02 kalyanac