-
Notifications
You must be signed in to change notification settings - Fork 0
/
project.json
51 lines (51 loc) · 1.86 KB
/
project.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"ace-editor": {},
"workspace": {"state": {"dockables": [
"Navigator",
"TestRunner",
"README.md",
"Results",
"Log",
"Output"
]}},
"marathon": {},
"display": {
"iconified": false,
"maximized": true,
"window.w": 1920,
"window.x": 0,
"window.h": 1057,
"fullScreen": false,
"window.y": 23
},
"navigator": {},
"project": {"fixture": "default"},
"theme": {},
"project-settings": {
"marathon.application.vm.arguments": "",
"marathon.project.launcher.model": "net.sourceforge.marathon.runtime.RuntimeLauncherModel",
"marathon.application.working.dir": "",
"marathon.project.name": "Marathon Swing Demo",
"marathon.capture.dir": "%marathon.project.dir%/Modules",
"allure.tests.management.pattern": "",
"marathon.application.launchtime": "60000",
"marathon.application.rubyhome": "",
"marathon.suite.dir": "%marathon.project.dir%/TestSuites",
"marathon.application.arguments": "",
"marathon.test.dir": "%marathon.project.dir%/TestCases",
"marathon.story.dir": "%marathon.project.dir%/Stories",
"marathon.application.java.home": "",
"marathon.checklist.dir": "%marathon.project.dir%/Checklists",
"allure.issues.tracker.pattern": "",
"marathon.project.script.model": "net.sourceforge.marathon.ruby.RubyScriptModel",
"marathon.data.dir": "%marathon.project.dir%/TestData",
"marathon.application.mainclass": "components.Main",
"marathon.project.description": "",
"marathon.fixture.dir": "%marathon.project.dir%/Fixtures",
"marathon.issue.dir": "%marathon.project.dir%/Issues",
"marathon.feature.dir": "%marathon.project.dir%/Features",
"marathon.application.classpath": "%marathon.project.dir%/lib/marathon-test-helpers-5.2.2.0.jar;%marathon.project.dir%/lib/swingset3/SwingSet3.jar",
"marathon.application.rubypath": ""
},
"testrunner": {}
}