diff options
Diffstat (limited to 'test-suites/short-smoke')
-rw-r--r-- | test-suites/short-smoke/screenshooter.yaml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/test-suites/short-smoke/screenshooter.yaml b/test-suites/short-smoke/screenshooter.yaml new file mode 100644 index 0000000..d0dd25a --- /dev/null +++ b/test-suites/short-smoke/screenshooter.yaml @@ -0,0 +1,9 @@ +metadata: + name: Screenshooter Test + format: "Lava-Test-Shell Test Definition 1.0" + description: "Take screenshoot and check it" + version: 1.0 +run: + steps: + - chmod +x ./common/scripts/agl-screenshot-test.sh + - ./common/scripts/agl-screenshot-test.sh ./reference-images/reference-image.png |