Guillaume Chau
Guillaume Chau
More examples could be added to the [examples](https://github.com/Akryum/peeky/tree/master/examples) folder, for example using React, Svelte, etc. See [contributing guide](https://github.com/Akryum/peeky/tree/master/CONTRIBUTING.md) to get started!
After updating a snapshot in the UI, we should suggest running the tests again in a floating toast. This allows updating as many snapshots as we like before re-running again.
- [x] CLI: `peeky run SomeTest` => filter on the test path - [ ] UI: Filter tests to run interface
- [ ] Take a snapshot of the virtual fs after running test - [ ] File browser UI - [ ] File reader UI
Implement a timeout for tests and hooks. Could be a 3rd argument in milliseconds.
- Automatically retry a failing test x number of times (from config) - Useful for CI