Giter Site home page Giter Site logo

Comments (2)

MikeMcC399 avatar MikeMcC399 commented on June 1, 2024

@cacieprins / @AtofStryker

I'm still seeing this as an issue.

When yarn is run, it installs cypress-example-kitchensink into
cypress/node_modules/cypress-example-kitchensink

Watching the directory
cypress/node_modules/cypress-example-kitchensink/app

shows that it first gets fully populated, but by the time yarn has finished, only the directories are left in /app/assets. The files have been removed:

assets  commands  cypress-api.html  index.html  todo.html  utilities.html

./assets:
css  fonts  img  js

./assets/css:

./assets/fonts:

./assets/img:

./assets/js:

./commands:
actions.html     connectors.html  location.html    network-requests.html    storage.html    waiting.html
aliasing.html    cookies.html     misc.html        querying.html            traversal.html  window.html
assertions.html  files.html       navigation.html  spies-stubs-clocks.html  viewport.html

Could you please re-check this process?

Expected

These would be the full set of files which cypress-example-kitchensink/app should include after installation:

assets/  commands/  cypress-api.html  index.html  todo.html  utilities.html

./assets:
css/  fonts/  img/  js/

./assets/css:
styles.css  todo.css  vendor/

./assets/css/vendor:
bootstrap.min.css  bootstrap.min.css.map  fira.css

./assets/fonts:
eot/  ttf/  woff/

./assets/fonts/eot:
FiraSans-Medium.eot  FiraSans-Regular.eot

./assets/fonts/ttf:
FiraSans-Medium.ttf  FiraSans-Regular.ttf

./assets/fonts/woff:
FiraSans-Medium.woff  FiraSans-Regular.woff

./assets/img:
favicon.ico  javascript-logo.png

./assets/js:
scripts.js  todo/  vendor/

./assets/js/todo:
app.js  controller.js  helpers.js  model.js  store.js  template.js  view.js

./assets/js/vendor:
bootstrap.min.js  highlight.pack.js  jquery-1.12.0.min.js  jquery-1.12.0.min.map

./commands:
actions.html     connectors.html  location.html    network-requests.html    storage.html    waiting.html
aliasing.html    cookies.html     misc.html        querying.html            traversal.html  window.html
assertions.html  files.html       navigation.html  spies-stubs-clocks.html  viewport.html

from cypress.

MikeMcC399 avatar MikeMcC399 commented on June 1, 2024

from cypress.

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.