fix(tests): web broken tests
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
- uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_nightscout: 'yes'
|
||||
plugin_nightscout_url: https://testapp.herokuapp.com/
|
||||
use_mocked_data: 'yes'
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
- uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_poopmap_token: MOCKED_TOKEN
|
||||
plugin_poopmap: 'yes'
|
||||
use_mocked_data: 'yes'
|
||||
verify: 'yes'
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: ✒️ Recent posts - Recent posts
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_posts: 'yes'
|
||||
plugin_posts_source: dev.to
|
||||
use_mocked_data: 'yes'
|
||||
@@ -9,7 +9,7 @@
|
||||
- name: ✒️ Recent posts - Recent posts with descriptions and cover images
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_posts: 'yes'
|
||||
plugin_posts_source: dev.to
|
||||
plugin_posts_limit: 2
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: 📸 Website screenshot - XKCD of the day
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_screenshot: 'yes'
|
||||
plugin_screenshot_title: XKCD of the day
|
||||
plugin_screenshot_url: https://xkcd.com
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: 🗨️ StackOverflow plugin - Top answers from stackoverflow
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_stackoverflow: 'yes'
|
||||
plugin_stackoverflow_user: 1
|
||||
plugin_stackoverflow_sections: answers-top
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: 💫 Starlists - Featured star list
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_starlists: 'yes'
|
||||
plugin_starlists_limit_repositories: 2
|
||||
plugin_starlists_only: TC39
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
- name: 📌 Starred topics - Labels
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_topics: 'yes'
|
||||
plugin_topics_limit: 12
|
||||
use_mocked_data: 'yes'
|
||||
@@ -9,7 +9,7 @@
|
||||
- name: 📌 Starred topics - Icons
|
||||
uses: lowlighter/metrics@latest
|
||||
with:
|
||||
token: MOCKED_TOKEN
|
||||
token: NOT_NEEDED
|
||||
plugin_topics: 'yes'
|
||||
plugin_topics_limit: 0
|
||||
plugin_topics_mode: icons
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
/**Mocked data */
|
||||
export default function({ faker, url, options, login = faker.internet.userName() }) {
|
||||
//Wakatime api
|
||||
if (/^https:..api.poopmap.net$/.test(url)) {
|
||||
if (/^https:..api.poopmap.net/.test(url)) {
|
||||
//Get user profile
|
||||
if (/public_links\/MOCKED_TOKEN/.test(url)) {
|
||||
console.debug(`metrics/compute/mocks > mocking poopmap api result > ${url}`)
|
||||
|
||||
@@ -8,5 +8,6 @@
|
||||
"NIGHTSCOUT_URL":"https://testapp.herokuapp.com/",
|
||||
"WAKATIME_TOKEN":"MOCKED_TOKEN",
|
||||
"TWITTER_TOKEN":"MOCKED_TOKEN",
|
||||
"STOCK_TOKEN":"MOCKED_TOKEN"
|
||||
"STOCK_TOKEN":"MOCKED_TOKEN",
|
||||
"POOPMAP_TOKEN":"MOCKED_TOKEN"
|
||||
}
|
||||
Reference in New Issue
Block a user