-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathjunit4ks.prj
32 lines (32 loc) · 1.17 KB
/
junit4ks.prj
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
<?xml version="1.0" encoding="UTF-8"?>
<Project>
<description>A custom keyword that run JUnit4 in Katalon Studio.
This enables you to perform test-driven development for your custom keywords.
</description>
<name>junit4ks</name>
<tag></tag>
<UUID>7f8264c1-803e-409c-88b6-b24a6eb524cc</UUID>
<migratedVersion>5.9.0</migratedVersion>
<pageLoadTimeout>0</pageLoadTimeout>
<projectFileLocation>/Users/kazuakiurayama/katalon-workspace/junit4ks/junit4ks.prj</projectFileLocation>
<sourceContent>
<sourceFolderList>
<sourceFolderConfiguration>
<url>Include/scripts/groovy</url>
</sourceFolderConfiguration>
</sourceFolderList>
<systemFolderList>
<systemFolderConfiguration>
<url>Include/scripts/groovy</url>
</systemFolderConfiguration>
<systemFolderConfiguration>
<url>Include/features</url>
</systemFolderConfiguration>
<systemFolderConfiguration>
<url>Include/config</url>
</systemFolderConfiguration>
</systemFolderList>
</sourceContent>
<timeStampInProperties>true</timeStampInProperties>
<type>GENERIC</type>
</Project>