10000 GitHub - Manush54/teester: small testing utility for apis and fake data generation tool with web ui
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
forked from c0d3-dump/teester

small testing utility for apis and fake data generation tool with web ui

License

Notifications You must be signed in to change notification settings

Manush54/teester

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
View all files

Repository files navigation

basebuild

teester

small testing utitlity with ui

  • supports api and database for testing

collections

how to run on linux

  • 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

how to build for your system

make sure you have go, make installed

make all

run app

./teester-linux-64

app is runnnig on http://localhost:3333


todos:

  • : 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

About

small testing utility for apis and fake data generation tool with web ui

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.6%
  • Go 3.1%
  • JavaScript 1.5%
  • HTML 1.1%
  • Other 0.7%
0