Sign inSign up

onlinepromoters/web-testing

By onlinepromoters

•Updated about 8 years ago

Benchmarking tools for testing web applications. It includes: ab and parallel.

Image
0

1.1K

onlinepromoters/web-testing repository overview

Benchmarking tools for testing web applications. It includes: ab and parallel.

⁠Test a webserver

docker run onlinepromoters/web-testing:latest -k -v 2 -t 60 -n 50 https://example.com/

Notice: the last / in the command is important!

⁠Run custom commands

To get a shell into the container in order to create your custom tests use:

docker run -ti onlinepromoters/web-testing

If you want to mount the current folder you are working on use:

docker run -ti -v ${PWD}:/app onlinepromoters/web-testing

**Notice: In windowz use a powershell and cd in your working folder **

Tag summary

Content type

Image

Digest

Size

26.6 MB

Last updated

about 8 years ago

docker pull onlinepromoters/web-testing