-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathproject.json
56 lines (56 loc) · 2.01 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
52
53
54
55
56
{
"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": {"hidden-files": [
".git",
".gitignore"
]},
"project": {"fixture": "default"},
"theme": {},
"project-settings": {
"marathon.application.vm.arguments": "",
"marathon.project.launcher.model": "net.sourceforge.marathon.runtime.FXRuntimeLauncherModel",
"marathon.application.working.dir": "",
"marathon.project.name": "Ensemble8 Test Project",
"marathon.capture.dir": "%marathon.project.dir%/Modules",
"allure.tests.management.pattern": "",
"marathon.application.launchtime": "60000",
"marathon.aut.executable.launch": "%marathon.project.dir%/lib/Ensemble8.jar",
"marathon.suite.dir": "%marathon.project.dir%/TestSuites",
"marathon.application.arguments": "",
"marathon.story.dir": "%marathon.project.dir%/Stories",
"marathon.application.start.window": "",
"marathon.checklist.dir": "%marathon.project.dir%/Checklists",
"allure.issues.tracker.pattern": "",
"marathon.data.dir": "%marathon.project.dir%/TestData",
"marathon.application.mainclass": "ensemble.EnsembleApp",
"marathon.project.description": "Test project for all the components in JavaFX",
"marathon.issue.dir": "%marathon.project.dir%/Issues",
"marathon.feature.dir": "%marathon.project.dir%/Features",
"marathon.application.classpath": "%marathon.project.dir%/lib/Ensemble8.jar",
"marathon.application.rubyhome": "",
"marathon.test.dir": "%marathon.project.dir%/TestCases",
"marathon.application.java.home": "",
"marathon.project.script.model": "net.sourceforge.marathon.ruby.RubyScriptModel",
"marathon.fixture.dir": "%marathon.project.dir%/Fixtures",
"marathon.application.rubypath": ""
},
"testrunner": {}
}