modulepackage
0.0.0-20240321164635-2f1b2cce8f31
Repository: https://github.com/joaosoft/tester.git
Documentation: pkg.go.dev
# README
tester
A package framework to test webservices.
Dependency Management
Dep
Project dependencies are managed using Dep. Read more about Dep.
- Install dependencies:
dep ensure
- Update dependencies:
dep ensure -update
Go
go get github.com/joaosoft/tester
Docker
Start Environment
- Redis / Postgres / MySQL / NSQ
make env
Usage
This example is available in the project at tester/example
Configurations
WebServices
Follow me at
Facebook: https://www.facebook.com/joaosoft
LinkedIn: https://www.linkedin.com/in/jo%C3%A3o-ribeiro-b2775438/
If you have something to add, please let me know [email protected]
# Packages
No description provided by the author
# Functions
No description provided by the author
No description provided by the author
NewConfig ...
No description provided by the author
NewGoTest ...make.
No description provided by the author
No description provided by the author
WithLogger ...
WithLogLevel ...
WithManager ...
WithPath ...
No description provided by the author
# Structs
AppConfig ...
No description provided by the author
BodyMatch ...
HttpBody ...
HttpCookies ...
No description provided by the author
HttpTest ...
No description provided by the author
No description provided by the author
NsqConfig ...
No description provided by the author
NsqTest ...
No description provided by the author
RedisConfig ...
No description provided by the author
RedisTest ...
No description provided by the author
Scenario ...
ScenarioRunner ...
SqlCommand ...
SqlConfig ...
No description provided by the author
SqlTest ...
Test ...
TesterConfig ...
TestFile ...
Tests ...