1

After installing Intelibot and Robot FW plugins in PyCharm, now I can successfully run Robot FW test cases from PyCharm.

But is there a way to automatically execute multiple test suites from PyCharm, one after the other?

3
  • your question is a bit unclear. Normally when you run a suite of tests, all of the tests by default execute one after the other. Are you saying that when you have a file with more than one test, only one test is running? Or, when you say "test" do you actually mean a "file" with more than one test? Commented Jan 5, 2016 at 11:40
  • @BryanOakley, yeah I mean test suites one after the other. I'll edit in the post Commented Jan 7, 2016 at 12:20
  • Setup the run configuration in PyCharm and then just pass the suites you want to be ran as a parameter. Commented May 3, 2017 at 8:09

0

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.