0

How can i start my localhost server with node app.js, run webdriver-manager start, and protractor conf.js in one command.

Each of these commands take place in a different folder.

I want to streamline this process.

I have a written an alias that executes each command in their respective folders.

Problem is, each of these commands launch a server, and the terminal enters non-canonical mode which causes an issue.

I have tried adding & to the end of each command, but this did not work.

cching
  • 789
  • 1
  • 8
  • 17

1 Answers1

0

Solve it via a task management tool like grunt or gulp.

Here is the list of plugins that might be useful in your case:

See also:

Community
  • 1
  • 1
alecxe
  • 462,703
  • 120
  • 1,088
  • 1,195