#926 Adding e2e tools for replicating issues

This commit is contained in:
knsv
2019-09-08 00:33:38 -07:00
parent 21aa8c5f15
commit 65561b22c5
3 changed files with 52 additions and 1 deletions

View File

@@ -12,6 +12,10 @@ export const mermaidUrl = (graphStr, options, api) => {
url = 'http://localhost:9000/xss.html?graph=' + graphStr
}
if (options.listUrl) {
console.log(options.listId, ' ', url)
}
return url
}