Split tests (#88)
This commit is contained in:
60
source/plugins/anilist/tests.yml
Normal file
60
source/plugins/anilist/tests.yml
Normal file
@@ -0,0 +1,60 @@
|
||||
- name: Anilist plugin (default)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
|
||||
- name: Anilist plugin (manga only)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_medias: manga
|
||||
|
||||
- name: Anilist plugin (anime only)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_medias: anime
|
||||
|
||||
- name: Anilist plugin (favorites section)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_sections: favorites
|
||||
|
||||
- name: Anilist plugin (watching/reading section)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_sections: watching, reading
|
||||
|
||||
- name: Anilist plugin (characters section)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_sections: characters
|
||||
|
||||
- name: Anilist plugin (additional options)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_limit: 0
|
||||
plugin_anilist_shuffle: no
|
||||
plugin_anilist_user: user
|
||||
|
||||
- name: Anilist plugin (complete)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_anilist: yes
|
||||
plugin_anilist_medias: manga, anime
|
||||
plugin_anilist_sections: favorites, watching, reading, characters
|
||||
plugin_anilist_limit: 0
|
||||
plugin_anilist_shuffle: no
|
||||
plugin_anilist_user: user
|
||||
Reference in New Issue
Block a user