.NET Core SDK and ChromeDriver for running Selenium Tests
238
Comes with .NET Core SDK and a ChromeDriver so test tasks can happen in the container without browser dependencies.
Versions:
For more example implementation and usage information, see xxAMIDOxx.xxSTACKSxx.E2E.Selenium/README.md
If you need to make changes to the image and publish to the Amido Stacks Docker Hub Organisation:
docker build -t amidostacks/dotnet-test-base:0.0.2 . \
docker push amidostacks/dotnet-test-base:0.0.2 \
docker push amidostacks/dotnet-test-base:latest
Push with your own USERNAME and TAG:
docker build -t USERNAME/TAG . \
docker tag USERNAME/TAG \
docker push USERNAME/TAG:latest
Build the image or, pull the latest from amidostacks/node.
docker build -t amidostacks/dotnet-test-base:latest .
Launch container interactive with bash: docker run --rm -it -v $(pwd)/.:/src/ amidostacks/dotnet-test-base:latest /bin/bash
Content type
Image
Digest
Size
418.7 MB
Last updated
over 6 years ago
docker pull amidostacks/dotnet-test-base