Nahuel Garbezza
Nahuel Garbezza
Hi! I'm using the tool and it's been very helpful for the optimization work I'm doing right now. One thing I usually do is to generate two stats files, one...
## Problem When one of these assertions fail, we get an `expected true to be false` or `expected false to be true` without additional feedback about the actual result, not...
- [ ] move repo to an org named `testy` - [ ] rename repo to `testy-core` - [ ] rename package to `@testy/core` - [ ] release new version...
**Is your feature request related to a problem? Please describe.** When an assertion fails, we got a message explaining the problem. But sometimes, this is not enough or it is...
## Is your feature request related to a problem? Please describe. It would be nice to use this tool with Typescript as well. ## Describe the solution you'd like As...
**Is your feature request related to a problem? Please describe.** If we have many tests and we might want to focus just on one, we don't have a way to...
**Is your feature request related to a problem? Please describe.** Setting up a project with Testy is a manual process today, or you have to start by an existing template....
## Is your feature request related to a problem? Please describe. When we end up having an unexpected object in the `actual` part of the `matches` assertion, the feedback message...
## Is your feature request related to a problem? Please describe. It's limiting that the configuration file has to be named `.testyrc.json` and has to be in the root folder....
## What is not documented or is not clear The first example in the README is a green test. I think it will be more valuable to start with a...