Skip to content

A demo of running automated API tests using .http files and httpYac in Docker containers.

Notifications You must be signed in to change notification settings

Zjyslav/AspWebApiHttpyacTestsDemo

Repository files navigation

ASP.NET Web API httpYac tests Demo

Run API tests using Docker Compose
This is a demo of running automated API tests using .http files and httpYac in Docker containers.

Powershell scripts

I started with running this setup locally.

Github Actions

When I had a working setup, I moved it to Github Actions

Things to improve

I'm generating dev-certs to use https in API, but for the tests, I tell httpYac to accept insecure connections. However, if I used a different program that wouldn't accept insecure https, I'd have to run a few more commands to trust the certs. It's likely I'd have to change the way I generate them.
If I ever have to go down that way, this repo looks like it could be useful.

About

A demo of running automated API tests using .http files and httpYac in Docker containers.

Topics

Resources

Stars

Watchers

Forks