Jack Tan
Results
3
issues of
Jack Tan
Hi all, I have Storybook setup, but it is running on an Electron app instead of the browser. After I run `yarn loki init` and `yarn loki update`, I got...
We should add the ability to extend page timeouts in `setup-page.js`. ``` const setupPage = async (page, timeout) => { const targetURL = sanitizeURL(process.env.TARGET_URL || `http://localhost:6006`); const viewMode = process.env.VIEW_MODE...
bug