Executing Locally via Intellij
To execute scripts locally on your machine you need to have Intellij, PTG2, and the entire RTP testing repository installed on your machine before continuing with the instructions below. See our Getting Started page on how to accomplish this.
Step 1 - Click "Edit Configurations..." option in the drop down on the toolbar.

Step 2 - Add a new Python configuration.

Step 3 - Fill in fields.
- Name - name your configuration.
-
Script -
[path to ISPFTest.py]Path should be similar to:C:\Users\spean03\IdeaProjects\RTP\rtppy\speantest\ISPFTest.py -
Script Parameters - Specify minimally the --file command line parameter and other needed RTPPY Command Line Overrides
- Working Directory -
[path to rtppy directory in Intellij repository]Path should be similiar to:C:\Users\spean03\IdeaProjects\RTP\rtppy

Example

Step 5 - Run it
