- Building the image
docker build . --file Dockerfile -t lct-playwright-image:local - Running the container in the same way LCT does
docker run -u pwuser --rm --ipc=host -v ./test/:/app/workdir lct-playwright-image:local
# Run on top level directory of repo
bash run_tests.sh localThis will:
- build the image locally
- delete result files of previous executions
- verify the folders are in the structure mentioned below, including that needed files are present
- execute small sample tests in every browser by running the container
- verify that the result files needed in LCT are present in the correct directories
- /mounted_folder
- /upload_files
lct.spec.jspwUtils.jslctReporter.jsvar_utils.jsplaywright.config.jsrun.sh