ploigos / ploigos-containers

Container image definitions for the Ploigos project.
GNU General Public License v3.0
7 stars 14 forks source link

plogios-tool-cypress - init add #88

Closed javo8a closed 1 year ago

javo8a commented 2 years ago

What is this PR About?

Describe the contents of the PR

This containerfile is for all dependencies needed to run Cypress on RHEL8. It does require some X11 libraries and added Chrome as well (that might not be needed depending on the tests we run).

I add repos from a mirror that I found, but can certainly move to a more official one.

This image does not install Cypress CLI yet. The cypress tool itself gets installed during >npm install / ci and then runs with the local script >npm run test:integration-local

dwinchell commented 1 year ago

I am closing this as stale. Anyone who wants to work on it, please feel free to reopen it.