yubioath-flutter/dart_test.yaml

38 lines
638 B
YAML
Raw Normal View History

2023-11-28 18:51:44 +03:00
# define available tags
tags:
# Tests which we want to run on desktop
desktop:
2024-02-08 16:21:05 +03:00
timeout: none
2023-11-28 18:51:44 +03:00
# Tests which we want to run on Android
android:
2024-02-08 16:21:05 +03:00
timeout: none
2023-11-28 18:51:44 +03:00
# Tests consuming quiet a lot of time
slow:
2024-02-08 16:21:05 +03:00
timeout: none
2023-11-28 18:51:44 +03:00
# Minimal tests
# quick verification that the framework is working
minimal:
2024-02-08 16:21:05 +03:00
timeout: none
2023-11-28 18:51:44 +03:00
# OATH tests
oath:
2024-02-08 16:21:05 +03:00
timeout: none
# OTP tests
otp:
timeout: none
# PIV tests
piv:
timeout: none
# Management tests
management:
2024-02-12 10:32:47 +03:00
timeout: none
# Passkey tests
passkey:
2024-02-08 16:21:05 +03:00
timeout: none