How to Setup a Multirun config in PyCharm - aclaudio123/Selenium-web-app-automation GitHub Wiki

Multirun is a plugin that allows you to run multiple configurations at once i.e. it lets you group multiple run configurations so that you can start them in a single click. For example, starting a web-app and its automated acceptance tests.

Setup

  • Install Multirun plugin from PyCharm -> Preferences -> Plugins -> multirun
  • Edit configuration for each app you trying to run: Run -> Edit configuration
  • Click on the + sign at the top left of Run/Debug configuration to add Multirun
  • Once added, you can give your multirun configuration a name e.g "App and Acceptance test"
  • Then choose the configurations you want to run by clicking the + button and selecting them in the order you want them to run.
  • Also, you can add a few seconds delay between the run configurations by increasing the "with delay" box.
  • When done click Apply and ok