I have a project written using Ionic, and I'm trying to run end-to-end tests (written using Protractor) in Jenkins. This is the script that I use to run the tests:
If I run this script on the command line, it works fine. But if you pass through Jenkins, he will get to the "expectation of an ionic beginning" and never ends. I saw this question, but starting an "ion service" with an ampersand does not work for me. He runs and leaves immediately. Using the screen is the only way I was able to get it to work.
How can I make ion feed run in the background with Jenkins?
source share