Organizing the test cases for 3 environment
问题 I am new to protractor. I have created my test cases for the development environment and it works fine. Now I have to move my test cases for the production and QA. Since the code in 3 environment is same I don't want to create duplicate code for all the 3 environment. In short If I run my code for development I should do protractor conf.js -dev for production protractor conf.js -production. -dev and -production are the respective url. Can anyone tell me a way I can achieve it? or should I