tests: generated tests for plugins
This commit is contained in:
18
tests/cases/achievements.plugin.yml
Normal file
18
tests/cases/achievements.plugin.yml
Normal file
@@ -0,0 +1,18 @@
|
||||
- name: 🏆 Achievements - Detailed display
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_achievements: 'yes'
|
||||
plugin_achievements_only: sponsor, maintainer, octonaut
|
||||
timeout: 1800000
|
||||
- name: 🏆 Achievements - Compact display
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_achievements: 'yes'
|
||||
plugin_achievements_only: >-
|
||||
polyglot, stargazer, sponsor, deployer, member, maintainer, developer,
|
||||
scripter, packager, explorer, infographile, manager
|
||||
plugin_achievements_display: compact
|
||||
plugin_achievements_threshold: X
|
||||
timeout: 1800000
|
||||
Reference in New Issue
Block a user