summaryrefslogtreecommitdiff
path: root/android/homescreen.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'android/homescreen.yaml')
-rw-r--r--android/homescreen.yaml11
1 files changed, 11 insertions, 0 deletions
diff --git a/android/homescreen.yaml b/android/homescreen.yaml
new file mode 100644
index 0000000..48febb1
--- /dev/null
+++ b/android/homescreen.yaml
@@ -0,0 +1,11 @@
+metadata:
+ name: homescreen
+ format: "Lava-Test-Shell Test Definition 1.0"
+ description: "Test if the homescreen is up in android."
+
+run:
+ steps:
+ - "./android/scripts/homescreen.sh"
+
+parse:
+ pattern: "^(?P<test_case_id>.*)=(?P<result>.*)"