Split tests (#88)
This commit is contained in:
63
source/plugins/people/tests.yml
Normal file
63
source/plugins/people/tests.yml
Normal file
@@ -0,0 +1,63 @@
|
||||
- name: People plugin (default)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
|
||||
- name: People plugin (followers)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: followers
|
||||
|
||||
- name: People plugin (following)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: following
|
||||
|
||||
- name: People plugin (sponsoring)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: sponsoring
|
||||
|
||||
- name: People plugin (sponsors)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: sponsors
|
||||
|
||||
- name: People plugin (stargazers)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: stargazers
|
||||
|
||||
- name: People plugin (watchers)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: watchers
|
||||
|
||||
- name: People plugin (thanks)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_types: thanks
|
||||
plugin_people_thanks: lowlighter
|
||||
|
||||
- name: People plugin (identicons)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
plugin_people: yes
|
||||
plugin_people_identicons: yes
|
||||
|
||||
Reference in New Issue
Block a user