Skip to content

IntelliJ

Vandeputte Brice edited this page Nov 15, 2018 · 2 revisions

< back Home

IntelliJ Community Edition

Settings

Add following plugins (File Settings/Plugins):

  • IntelliBot
  • Robot Plugin (sometime buggy..)
  • Python Community Edition

Define Python SDK :

  • right click on project / Module settings / Platform Settings / SDK's / + Python SDK

Limitations:

  • seems without ultimate edition, robot framework plugin is unable to detect Selenium based primitive. But able to detect user function.

Run tests

If you have git bash installed:

  • create a Bash configuration with following attributes:
  Name: test win
  Script: scripts/runTests.sh
  Interpreter path: C:\Programmes\Git\bin\bash.exe
  Working directory: C:\MyWORK\geokrety-website-qa

you could use following environment variable to customize your test:

  • TARGET_ENV : tests target platform. ex.boly38, or master(default)
  • TARGET_TEST : to execute single test file. ex.02_GK_konkret.robot. By default empty meaning that all tests files are executed.
Clone this wiki locally