-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App.spec.jsのテストでエラー発生 #38
Labels
bug
Something isn't working
Comments
6 tasks
さきほどCopyrightのテストを修正していたらなぜか通りました。わからん。。。 >>> yarn run cy:run-ct
yarn run v1.22.15
$ cypress run-ct
[@cypress/webpack-dev-server]: removing HtmlWebpackPlugin from configuration.
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
====================================================================================================
(Run Starting)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Cypress: 9.7.0 │
│ Browser: Electron 100 (headless) │
│ Node Version: v16.13.1 (/usr/local/bin/node) │
│ Specs: 1 found (components/App/App.spec.js) │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
────────────────────────────────────────────────────────────────────────────────────────────────────
Running: components/App/App.spec.js (1 of 1)
webpack compiled successfully
App
✓ renders sauna marker (668ms)
✓ renders marker popup (1329ms)
App render an alert when backend geocoding returns not found
✓ renders not found popup (783ms)
Copyright
✓ should display the correct copyright (79ms)
4 passing (3s)
(Results)
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ Tests: 4 │
│ Passing: 4 │
│ Failing: 0 │
│ Pending: 0 │
│ Skipped: 0 │
│ Screenshots: 0 │
│ Video: true │
│ Duration: 2 seconds │
│ Spec Ran: components/App/App.spec.js │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
====================================================================================================
(Run Finished)
Spec Tests Passing Failing Pending Skipped
┌────────────────────────────────────────────────────────────────────────────────────────────────┐
│ ✔ components/App/App.spec.js 00:02 4 4 - - - │
└────────────────────────────────────────────────────────────────────────────────────────────────┘
✔ All specs passed! 00:02 4 4 - - -
✨ Done in 13.20s. |
コードを一切変更せずに連打していてもテストに通る時とエラーが発生する時の2パターンに遭遇します。 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
実行環境
発生したエラー
The text was updated successfully, but these errors were encountered: