Split tests (#88)
This commit is contained in:
14
source/plugins/tweets/tests.yml
Normal file
14
source/plugins/tweets/tests.yml
Normal file
@@ -0,0 +1,14 @@
|
||||
- name: Tweets plugin (default)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_tweets: yes
|
||||
plugin_tweets_token: MOCKED_TOKEN
|
||||
|
||||
- name: Tweets plugin (different user)
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: NOT_NEEDED
|
||||
plugin_tweets: yes
|
||||
plugin_tweets_user: twitterdev
|
||||
plugin_tweets_token: MOCKED_TOKEN
|
||||
Reference in New Issue
Block a user