| 240 | == With the SimpleRunner GUI |
| 241 | If you do not provide settings, you get the GUI to enter your settings. It looks like this |
| 242 | |
| 243 | It works just like the SimpleGUI in java: |
| 244 | * Enter the class path of your party without the leading {{{pythonpath:}}}, for example {{{test.testparty.TestParty.TestParty}}} |
| 245 | * Enter the parameters as json dictionary without the enclosing curly's, eg "persistentstate": "a48b8bc9-4275-4a4e-bee9-6c0a734dc99a", "negotiationdata": [] |
| 246 | * Enter the profile without the leading {{{file:}}}, eg {{{src/test/resources/jobs/jobs2.json |
| 247 | |