Configure cypress e2e for pipeline
This includes running of cypress in pipeline The ci
- clones the backend repo
- runs the backend
- runs the frontend
- runs the e2e tests in cypress in frontend
- pipes the output to formatted log file as a ci artifact
This includes running of cypress in pipeline The ci