Skip to content

Latest commit

 

History

History
52 lines (30 loc) · 1.98 KB

DOCKER_HUB.md

File metadata and controls

52 lines (30 loc) · 1.98 KB

Quick reference

Featured tags

  • latest

Quick reference

What is georchestra/e2e-tests ?

This project contains automated tests for the geOrchestra web applications using Playwright and pytest.

A complete description is available on github .

How to use base image and run specific tests

Create a folder where you put your specific tests and create a Dockerfile with the following content:

FROM georchestra/e2e-tests:latest

COPY mytests /app/tests/mytests

Where is it built

This image is built using Dockerfile in docs repo's directory

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any docker image, it is the user's responsibility to ensure that usages of this image comply with any relevant licenses for all software contained within.