Skip to content

freke/swagger_tester

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Swagger Tester

An OTP library making it easy to test Swagger REST API:s. Main focus is to simplify testing cowboy_swagger appications in combination with common test.

See test for example.

Use

in rebar.config add

{profiles,
  [
    {test,
      [
        {deps,
          [
            {swagger_tester, {git, "git://github.com/freke/swagger_tester.git", {branch, "master"}}}
          ]
        }
      ]
    }
  ]
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published