Adil Malik
Adil Malik
Ideally, create a desktop app associated with a specific URL scheme that would be opened automatically. Useful for CI environments where canary versions of apps can be tested with storybook...
Add a command that starts up a storybook for one of the examples, and also watches for changes in `packages`
* feat: partially upgrade to Storybook 7, React 18 * test * chore: use node 18 * chore: node 18 image * chore: fix lint issues * chore: no-op ---------...
Support for property accessors (get) ex: Class X { get something() { return browser.element(".abc"); } }