file-generator-lib
v1.0.11
Published
Script to inject values in a JSON file stored in a parent repo
Downloads
5
Readme
E2E Testing Docker images
This repo contains Dockerfiles and build scripts for creating Docker images for UI E2E testing. Currently only iamges for Cypress and Puppeteer are documented.
Note: You will need to build the iamges yourself and host it in a container registry to use the images
Shell scripts End of Line (EOL) sequence issues
When working on a shell script in a Windows environment, ensure the EOL for the file is set to LF
to prevent unexpected errors when Docker runs the script in a Linux container.
Click on this link to read about EOL sequence differences between Linux and Windows