Charlie Duong
Charlie Duong
An option to watch for file changes and automatically run tests would be a nice to have. Example usage: ```bash npx mocha-puppeteer test/test.js --watch ```
Pre-test hooks can be used to help set up the testing environment. Post-test hooks could potentially be used to get additional information after the tests have completed. Support for this...
At the moment, the router does not allow for routes to be rendered server side. For this to be able to happen, some tweaks need to be made with how...
## Proposed changes Small fix doc fix for a minor issue I noticed while following the docs for adding a schedule to a workflow. The cron expression in `deployment.md` isn't...
The most of the logic already exists in the `collect` command, we just need pull that out. For the `sync` command, we will probably need to adapt the code that...