Files
flutter-docker-image/test/android_sdk_structure.yml
T
2023-05-21 13:23:31 +02:00

17 lines
642 B
YAML

schemaVersion: 2.0.0
commandTests:
- name: "Android SDK build tools is version 30.0.3"
command: "ls"
args: ["/home/flutter/sdks/android-sdk/build-tools"]
expectedOutput: ["30.0.3"]
- name: "Android SDK build tools directory only has one directory"
command: "bash"
args:
- -c
- |
ls /home/flutter/sdks/android-sdk/build-tools | wc -l
fileContentTests:
- name: 'Android SDK Command-line Tools is version 9.0'
path: '/home/flutter/sdks/android-sdk/cmdline-tools/latest/source.properties'
expectedContents: ['Pkg.Revision=9.0\nPkg.Path=cmdline-tools;9.0\nPkg.Desc=Android SDK Command-line Tools']