cypress-docker-images
cypress-docker-images copied to clipboard
Difference between docker and cli version (cypress-file-upload)
We have more testcases, but one seems to be not working on docker version, but works on cli version.
We are using cypress vesion 5.3.0 with react, and cypress-file-upload there. (not just in this testcase) The file upload of cypress-file-upload works differently (cy.get('').attachFile(..))
Is there a way to find the difference using docker, and cli version?