Skip to content

Instantly share code, notes, and snippets.

@Tset-Noitamotua
Last active August 15, 2019 12:24
Show Gist options
  • Save Tset-Noitamotua/22e9edaade89e52fb10fcefd51a4547b to your computer and use it in GitHub Desktop.
Save Tset-Noitamotua/22e9edaade89e52fb10fcefd51a4547b to your computer and use it in GitHub Desktop.
HOW TO use Robot Framework with ATOM code editor

HOW-TO use Robot Framework with ATOM code editor

TL;DR

Install Atom and then in your favorite console / terminal install the required plugins:

apm install language-robot-framework
apm install autocomplete-robot-framework
apm install hyperclick
apm install hyperclick-robot-framework

Your are done! Enjoy using RF in Atom!

Step by Step Instructions

  • Install Atom
  • Make sure apm is on PATH if you want to install Atom plugins with it. It is if you call apm --version in console and get something like this (ignore version numbers - they'll probably be outdated when you read this):
   > apm --version
   apm  1.15.3
   npm  3.10.5
   node 4.4.5 ia32

Your are done!

@Tset-Noitamotua
Copy link
Author

Is there a way to run Robot Framework from ATOM?

@lenico You may want to have a look at Script mentioned above by @gliviu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment