Greg Meece

Results 5 comments of Greg Meece

I found a very crude/non-optimal workaround. If you format your Markdown code thusly: ````markdown 1) Open a terminal 2) Change to your favorite directory (i.e. `cd /opt`) 3) Clone the...

@automationTestStudent - have you tried specifying the namespace for each of the methods/keywords you're trying to use? In other words: ```robotframework Valid Login [Setup] Go to page LoginPage Enter Username...

FWIW, I screwed up my `launch.json` file and it wasn't loading the variables from a YAML file (my preferred way to have runtime variables in a file). This was a...

Currently, I have the following in my `.vscode/settings.json`: ```json { "robotcode.robot.env": { "EXECDIR": "${workspaceFolder}" } } ``` Our team "anchors" our path references to `${EXECDIR}` in our suites and keywords...

@d-biehl - unless you're already far down the path of implementing this, I might encourage users to leverage the [**snippets** feature in VS Code](https://code.visualstudio.com/docs/editor/userdefinedsnippets). Although it doesn't _create_ a file,...