Code Monkey home page Code Monkey logo

Comments (6)

jcollum avatar jcollum commented on July 20, 2024 5

But it wouldn't hurt to publish the most current Cypress with the most current version of chrome that you can get.

from cypress-docker-images.

YuJianrong avatar YuJianrong commented on July 20, 2024 4

Thanks for your answer. I just thought it will be better if the official docker container already embedded with the npm install -g cypress so I can use

docker run -it -v $(PWD):/my-app cypress/base:8 run -P /my-app

directly.

Anyway it's OK for me to create the dockerfile by myself.

from cypress-docker-images.

reno1979 avatar reno1979 commented on July 20, 2024 1

I do not have an active internet connection on the machine that is running the integration tests.
I do understand the choice for leaving Cypress out. Building a docker image on a windows 10 machine is no fun either :(

from cypress-docker-images.

mavimo avatar mavimo commented on July 20, 2024

you should create your own image using:

FROM cypress/browsers:chrome67

RUN npm install -g [email protected]

CMD ["cypress"]

than build the image with:

docker build -t mycypress --no-cache .

and execute tests with:

docker run -it -v $(PWD):/my-app mycypress run -P /my-app

from cypress-docker-images.

mavimo avatar mavimo commented on July 20, 2024

@YuJianrong I think that cypress is not included since the image is not related to cypress version (eg: we have several images with different browser version, having differente cypress version will generate NxM images like:

  • chrome67+cypres3.0.3
  • chrome67+cypres3.1.0
  • chrome63+cypres3.0.3
  • chrome63+cypres3.1.0
  • ...

from cypress-docker-images.

YuJianrong avatar YuJianrong commented on July 20, 2024

Ah, I see.
The cypress is installed on the app so any version may be used by the user, it's reasonable.
Thanks very much for your answer.

from cypress-docker-images.

Related Issues (20)

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.