mirror of
https://github.com/Yubico/yubioath-flutter.git
synced 2024-11-22 00:12:09 +03:00
38 lines
638 B
YAML
38 lines
638 B
YAML
# define available tags
|
|
tags:
|
|
# Tests which we want to run on desktop
|
|
desktop:
|
|
timeout: none
|
|
|
|
# Tests which we want to run on Android
|
|
android:
|
|
timeout: none
|
|
|
|
# Tests consuming quiet a lot of time
|
|
slow:
|
|
timeout: none
|
|
|
|
# Minimal tests
|
|
# quick verification that the framework is working
|
|
minimal:
|
|
timeout: none
|
|
|
|
# OATH tests
|
|
oath:
|
|
timeout: none
|
|
|
|
# OTP tests
|
|
otp:
|
|
timeout: none
|
|
|
|
# PIV tests
|
|
piv:
|
|
timeout: none
|
|
|
|
# Management tests
|
|
management:
|
|
timeout: none
|
|
|
|
# Passkey tests
|
|
passkey:
|
|
timeout: none |