-
-
Notifications
You must be signed in to change notification settings - Fork 47
Expand file tree
/
Copy pathtestng.yaml
More file actions
16 lines (16 loc) · 676 Bytes
/
testng.yaml
File metadata and controls
16 lines (16 loc) · 676 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
name: coteafs-appium Test Suite
listeners:
- com.github.wasiqb.coteafs.listeners.ConfigListener
- com.github.wasiqb.coteafs.listeners.SuiteListener
- com.github.wasiqb.coteafs.listeners.TestListener
- com.github.wasiqb.coteafs.listeners.ExecutionListener
- com.github.wasiqb.coteafs.listeners.DataProviderListener
- com.github.wasiqb.coteafs.listeners.AnnotationTransformer
- com.github.wasiqb.coteafs.listeners.SuiteResultReporter
tests:
- name: Android Test
parameters: { server: browserstack, device: android_bs }
classes:
- name: com.github.wasiqb.coetafs.appium.saucedemo.android.SauceDemoTest
includedMethods:
- testLogin