- supports api and database for testing
- downlaod linux binary from release section
- make binary executable by giving permission on system
- run binary using
./teester-linux-64
in terminal - now app is running on
http://localhost:3333
make all
./teester-linux-64
app is runnnig on http://localhost:3333
- : initial application
- : embed frontend with go binary
- : setup routing
- : set header globally and locally
- : only compare response with given body
- : take params and pass in next query
- : show diffs after test run
- : run single test
- : fake data generation with autogenerated sql query
- : copy paste query (won't work on firefox. Fix: enable
dom.events.testing.asyncClipboard
in about:config) - : suggest new ideas