Giter Site home page Giter Site logo

Comments (3)

arjun9218 avatar arjun9218 commented on August 14, 2024

I'm also facing the same issue. Did you find a solution?

from demo-docker-cypress-included.

bahmutov avatar bahmutov commented on August 14, 2024

What operating system are you using? Can you post the full terminal output when running

from demo-docker-cypress-included.

jkondratowicz avatar jkondratowicz commented on August 14, 2024

I've had the same issue running it on Ubuntu 18.04 inside WSL on Windows 10. Basically something like this happens:

$ ./cy-run.sh
Running Cypress e2e tests headlessly without copying files
Could not find a Cypress configuration file, exiting.

We looked but did not find a cypress.json file in this folder: /e2e

The reason is that Docker running in WSL sometimes behaves weirdly when it comes mounting volumes, so the e2e folder was just empty.

To fix it I had to tweak with my Docker settings - remove and re-add shared folders and (despite running this command in Ubuntu) use the windows path to mount the volume when running docker. So instead of
docker run -it -v $PWD:/e2e -w /e2e cypress/included:6.2.1 $@

Something like this worked:
docker run -it -v "C:/workspace/demo-docker-cypress-included/e2e -w /e2e cypress/included:6.2.1 $@

from demo-docker-cypress-included.

Related Issues (8)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.