Guillaume Chau

Results 124 issues of 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!

good first issue

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.

enhancement
comp:ui

Add many keyboard shortcuts to use the UI faster :cat2:

enhancement
comp:ui

enhancement

- [x] CLI: `peeky run SomeTest` => filter on the test path - [ ] UI: Filter tests to run interface

enhancement
comp:ui
comp:server
comp:cli

enhancement
comp:server

- [ ] Take a snapshot of the virtual fs after running test - [ ] File browser UI - [ ] File reader UI

enhancement
comp:ui
comp:server
comp:runner

Implement a timeout for tests and hooks. Could be a 3rd argument in milliseconds.

enhancement
comp:runner

enhancement
comp:runner
comp:cli

- Automatically retry a failing test x number of times (from config) - Useful for CI

enhancement
comp:runner