karatelabs / karate

Test Automation Made Simple

Home Page:https://karatelabs.github.io/karate

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to right click on .feature file if path to file contains spaces.

Sdaas opened this issue · comments

Normally, I can right click on a .feature file to run all the tests in it. However, this does not work with IntelliJ if the path to the file contains a space. e.g,. ~/Idea Projects/hello-karate/src/test/...../hello.feature. Steps to reproduce it

  • Use IntelliJ
  • Create a folder called foo bar (with space)
  • git clone https://github.com/Sdaas/hello-karate into this folder
  • Attempt to run dummy.feature

1.0 released