tomato
tomato copied to clipboard
functional testing tools - keep your application healthy with 🍅
done: edit feature form functionality
done: add new features handle change features add new resources handle change resources on progress: axios with endpoint
**Is your feature request related to a problem? Please describe.** Define database schema using Gherkin clauses. **Describe the solution you'd like** Support for sql schema definitions inside the feature test...
**Describe the bug** Unable to explicitly set a varchar field to an empty string. When setting to an empty string, the value is converted to null. **To Reproduce** Steps to...
for simplicity, rather than having multiple duplicated Dockerfile, merge both dockerfile into 1, and use docker build stage to separate test image & production image for e. g: ``` FROM...
**Is your feature request related to a problem? Please describe.** Writing go code based/generated from yml file feels wrong, since it's a go application. Go (executable binary) should be the...
In order to extend tomato functionality, it would be nice to have a concrete example of how to write a custom resource.
add debug mode when running the test, show verbose log of what tomato is doing. Level 1 : handler Level 2 : handler, resource examples : ```bash resource "psql" connected...