Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
SampleMobileTestSetup
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
JetBrains YouTrack
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Joshua Earl Sarmiento
SampleMobileTestSetup
Commits
7c96aeef
Commit
7c96aeef
authored
1 year ago
by
Joshua Earl Sarmiento
Browse files
Options
Downloads
Patches
Plain Diff
Commit 3
parent
e14760e0
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
.project
+18
-0
18 additions, 0 deletions
.project
Scripts/MobileTest3/Script1717488537606.groovy
+19
-0
19 additions, 0 deletions
Scripts/MobileTest3/Script1717488537606.groovy
Test Cases/MobileTest3.tc
+8
-0
8 additions, 0 deletions
Test Cases/MobileTest3.tc
with
45 additions
and
0 deletions
.project
+
18
−
0
View file @
7c96aeef
...
@@ -304,5 +304,23 @@
...
@@ -304,5 +304,23 @@
<arguments>
(.*\.svn-base$)|(.*\.png$)|(.*\.log$)|(.*\.xlsx$)|(.*\.xls$)|(.*\.csv$)|(.*\.txt$)
</arguments>
<arguments>
(.*\.svn-base$)|(.*\.png$)|(.*\.log$)|(.*\.xlsx$)|(.*\.xls$)|(.*\.csv$)|(.*\.txt$)
</arguments>
</matcher>
</matcher>
</filter>
</filter>
<filter>
<id>
1717488523417
</id>
<name></name>
<type>
10
</type>
<matcher>
<id>
org.eclipse.core.resources.regexFilterMatcher
</id>
<arguments>
.*\.svn$
</arguments>
</matcher>
</filter>
<filter>
<id>
1717488523419
</id>
<name></name>
<type>
6
</type>
<matcher>
<id>
org.eclipse.core.resources.regexFilterMatcher
</id>
<arguments>
(.*\.svn-base$)|(.*\.png$)|(.*\.log$)|(.*\.xlsx$)|(.*\.xls$)|(.*\.csv$)|(.*\.txt$)
</arguments>
</matcher>
</filter>
</filteredResources>
</filteredResources>
</projectDescription>
</projectDescription>
This diff is collapsed.
Click to expand it.
Scripts/MobileTest3/Script1717488537606.groovy
0 → 100644
+
19
−
0
View file @
7c96aeef
import
static
com
.
kms
.
katalon
.
core
.
checkpoint
.
CheckpointFactory
.
findCheckpoint
import
static
com
.
kms
.
katalon
.
core
.
testcase
.
TestCaseFactory
.
findTestCase
import
static
com
.
kms
.
katalon
.
core
.
testdata
.
TestDataFactory
.
findTestData
import
static
com
.
kms
.
katalon
.
core
.
testobject
.
ObjectRepository
.
findTestObject
import
static
com
.
kms
.
katalon
.
core
.
testobject
.
ObjectRepository
.
findWindowsObject
import
com.kms.katalon.core.checkpoint.Checkpoint
as
Checkpoint
import
com.kms.katalon.core.cucumber.keyword.CucumberBuiltinKeywords
as
CucumberKW
import
com.kms.katalon.core.mobile.keyword.MobileBuiltInKeywords
as
Mobile
import
com.kms.katalon.core.model.FailureHandling
as
FailureHandling
import
com.kms.katalon.core.testcase.TestCase
as
TestCase
import
com.kms.katalon.core.testdata.TestData
as
TestData
import
com.kms.katalon.core.testng.keyword.TestNGBuiltinKeywords
as
TestNGKW
import
com.kms.katalon.core.testobject.TestObject
as
TestObject
import
com.kms.katalon.core.webservice.keyword.WSBuiltInKeywords
as
WS
import
com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords
as
WebUI
import
com.kms.katalon.core.windows.keyword.WindowsBuiltinKeywords
as
Windows
import
internal.GlobalVariable
as
GlobalVariable
import
org.openqa.selenium.Keys
as
Keys
This diff is collapsed.
Click to expand it.
Test Cases/MobileTest3.tc
0 → 100644
+
8
−
0
View file @
7c96aeef
<?xml version="1.0" encoding="UTF-8"?>
<TestCaseEntity>
<description></description>
<name>
MobileTest3
</name>
<tag></tag>
<comment></comment>
<testCaseGuid>
66be2212-9a1e-4e55-9373-727a0ae74114
</testCaseGuid>
</TestCaseEntity>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment