We use Protractorangular to automate our application, and now you need to run these testers with Bamboo CI server.
I am new to Bamboo and was wondering if anyone could show me how or point me to a web article that would show me how to run / run my protractor tests from a Bamboo server .
Locally, we run tests with the help gulp protractorthat all run and pass; Now I would like to run the same tests from the Bamboo server. I was able to find some articles on Google that show how to customize Selenium with Bamboo. I understand that Protractor uses Seleniumunder the hood, but I'm just not sure if Protractor will follow the same steps as Selenium when it is configured on a Bamboo CI machine.
If Protractor follows a different setting than Selenium on a Bamboo CI machine, someone can point me to a different article or just show the steps here if it's just done.
source
share