Skip to content

Conversation

miparnisari
Copy link
Contributor

@miparnisari miparnisari commented Jun 9, 2025

Testing

[12:17:10] ~/Documents/GitHub/playground (run-e2e) $ yarn cy:run
yarn run v1.22.22
$ cypress run --browser chrome

DevTools listening on ws://127.0.0.1:56603/devtools/browser/e04522f5-792e-4c6f-88f5-178a1e223ac4
(node:76922) ExperimentalWarning: `--experimental-loader` may be removed in the future; instead use `register()`:
--import 'data:text/javascript,import { register } from "node:module"; import { pathToFileURL } from "node:url"; register("file%3A///Users/miparnisari/Library/Caches/Cypress/12.17.4/Cypress.app/Contents/Resources/app/node_modules/ts-node/esm/transpile-only.mjs", pathToFileURL("./"));'
(Use `node --trace-warnings ...` to show where the warning was created)
(node:76922) [DEP0180] DeprecationWarning: fs.Stats constructor is deprecated.
(Use `node --trace-deprecation ...` to show where the warning was created)

===================================================================================

  (Run Starting)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐Cypress:        12.17.4                                                                        Browser:        Chrome 137 (headless)                                                          
   Node Version:   v22.14.0 (/Users/miparnisari/.nvm/versions/node/v22.14.0/bin/node)             Specs:          2 found (basic.spec.js, nav.spec.js)                                           Searched:       cypress/integration/**/*.spec.{js,ts}, cypress/e2e/**/*.cy.{js,jsx,ts,tsx}     
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


────────────────────────────────────────────────────────────────────────────────────────────────────
                                                                                                    
  Running:  basic.spec.js                                                                   (1 of 2)
Browserslist: caniuse-lite is outdated. Please run:
  npx update-browserslist-db@latest
  Why you should do it regularly: https://github.com/browserslist/update-db#readme


  Playground
     displays tutorial (1429ms)
     can dismiss tutorial (869ms)
     displays header buttons (498ms)
     default validation succeeds (1808ms)


  4 passing (5s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐Tests:        4                                                                                Passing:      4                                                                                Failing:      0                                                                                Pending:      0                                                                                Skipped:      0                                                                                
   Screenshots:  0                                                                                Video:        true                                                                             Duration:     4 seconds                                                                        
   Spec Ran:     basic.spec.js                                                                    
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Video)

  -  Started compressing: Compressing to 32 CRF                                                     
  -  Finished compressing: 0 seconds                                                 

  -  Video output: /Users/miparnisari/Documents/GitHub/playground/cypress/videos/basic.spec.js.mp4


────────────────────────────────────────────────────────────────────────────────────────────────────
                                                                                                    
  Running:  nav.spec.js                                                                     (2 of 2)


  Navigation
     displays schema tab (1536ms)
    (Attempt 1 of 2) displays relationships tab
     displays relationships tab (864ms)
     displays assertions tab (667ms)
     displays expected relations tab (636ms)
     displays panels (2488ms)


  5 passing (7s)


  (Results)

  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐Tests:        5                                                                                Passing:      5                                                                                Failing:      0                                                                                Pending:      0                                                                                Skipped:      0                                                                                
   Screenshots:  1                                                                                Video:        true                                                                             Duration:     7 seconds                                                                        
   Spec Ran:     nav.spec.js                                                                      
  └────────────────────────────────────────────────────────────────────────────────────────────────┘


  (Screenshots)

  -  /Users/miparnisari/Documents/GitHub/playground/cypress/screenshots/nav.spec.js/N     (1280x581)
     avigation -- displays relationships tab (failed).png                                           


  (Video)

  -  Started compressing: Compressing to 32 CRF                                                     
  -  Finished compressing: 0 seconds                                                 

  -  Video output: /Users/miparnisari/Documents/GitHub/playground/cypress/videos/nav.spec.js.mp4


===================================================================================

  (Run Finished)


       Spec                                              Tests  Passing  Failing  Pending  Skipped  
  ┌────────────────────────────────────────────────────────────────────────────────────────────────┐
     basic.spec.js                            00:04        4        4        -        -        - 
  ├────────────────────────────────────────────────────────────────────────────────────────────────┤
     nav.spec.js                              00:07        5        5        -        -        - 
  └────────────────────────────────────────────────────────────────────────────────────────────────┘
      All specs passed!                        00:11        9        9        -        -        -  

  Done in 18.07s.
[12:17:30] ~/Documents/GitHub/playground (run-e2e) $ 

Copy link

vercel bot commented Jun 9, 2025

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
playground ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 17, 2025 5:46pm


e2e: {
baseUrl: "http://localhost:3000",
baseUrl: "http://localhost:5173",
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant