---
title: "Configuring Pycharm IDE to run a Robot Framework test"
description:
  "How to configure Pycharm IDE to run a Robot Framework test suite or a single
  test script"
canonical_url: "https://www.bigbinary.com/blog/configuring-pycharm-to-run-tests"
markdown_url: "https://www.bigbinary.com/blog/configuring-pycharm-to-run-tests.md"
---

# Configuring Pycharm IDE to run a Robot Framework test

How to configure Pycharm IDE to run a Robot Framework test suite or a single
test script

- Author: Prabhakar Battula
- Published: October 11, 2015
- Categories: Misc

[Pycharm](https://www.jetbrains.com/pycharm) is a convenient IDE to work with
[Robot framework](http://robotframework.org). To run a test suite or a test
script, one can do so only through console. Running tests through console is
very demanding. If user can run tests from Pycharm itself then that helps
improve productivity. This blog explains how to configure Pycharm to be able to
run test suite or a single test from the IDE itself.

## Configuration to run a single test script

![pycharm robot 1](https://www.bigbinary.com/blog/images/images_used_in_blog/2015/configuring-pycharm-to-run-tests/p1.png)
![pycharm robot 2](https://www.bigbinary.com/blog/images/images_used_in_blog/2015/configuring-pycharm-to-run-tests/p2.png)
![pycharm robot 3](https://www.bigbinary.com/blog/images/images_used_in_blog/2015/configuring-pycharm-to-run-tests/p3.png)

Running a single test script

![pycharm robot 4](https://www.bigbinary.com/blog/images/images_used_in_blog/2015/configuring-pycharm-to-run-tests/p4.png)

## Configuration to run a particular test suite

![pycharm robot 5](https://www.bigbinary.com/blog/images/images_used_in_blog/2015/configuring-pycharm-to-run-tests/p5.png)

Running a particular test suite

![pycharm robot 6](https://www.bigbinary.com/blog/images/images_used_in_blog/2015/configuring-pycharm-to-run-tests/p6.png)

## Links

- [Human page](https://www.bigbinary.com/blog/configuring-pycharm-to-run-tests)
