-
Maintained by:
georchestra.org -
Where to get help:
the geOrchestra Github repo, IRC chat, Stack Overflow
latest
-
Where to file issues:
https://github.com/georchestra/georchestra/issues -
Supported architectures:
amd64
-
Source of this description:
docs repo's directory
This project contains automated tests for the geOrchestra web applications using Playwright and pytest.
A complete description is available on github .
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
This image is built using Dockerfile in docs repo's directory
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.