I am trying to use a protractor in conjunction with Jenkins. In my jenkins, I need urls to be dynamically generated.
Thus, during the execution of transport tests, for example:
describe('angularjs homepage', function() { it('should greet the named user', function() {
In the above example, I want to dynamically pass a variable instead of http://www.angularjs.org ".
I could not find any variables that could also be specified in the reference configuration.
source share