---
description: Cypressを実際に使用したユーザーのレビューから、製品の機能や価格、メリットデメリットをご覧いただけます。類似製品との比較も簡単、ぴったりのSaaSが見つかるはず！
image: https://gdm-localsites-assets-gfprod.imgix.net/images/capterra/og_logo-e5a8c001ed0bd1bb922639230fcea71a.png?auto=format%2Cenhance%2Ccompress
title: Cypressとは？ | 機能や料金、導入事例をご紹介【キャプテラ】
---

現在地表示: [ホーム](/) > [テスト自動化ツール](/directory/30609/automated-testing/software) > [Cypress](/software/168276/cypress)

# Cypress

Canonical: https://www.capterra.jp/software/168276/cypress

ページ：1 / 4\
次へ: [次ページ](https://www.capterra.jp/software/168276/cypress?page=2)

> ブラウザで動作するあらゆるコンテンツに対するフロントエンドテスト。エラーメッセージを使用してテストを設定、書き込み、実行し、デバッグを容易にすることができます。
> 
> 評価：67人のユーザーによる評価は**4.7/5**。**おすすめ度**で最高の評価。

-----

## 概要

### Cypressの対象ユーザー

テストが頭痛の種であることにうんざりしている、自動テストを書くフロントエンド開発者と品質保証 (QA) エンジニア。Cypressなら、より速く、より簡単に、そしてはるかに信頼性の高いテストを実現することができます。

## 簡単な統計と評価

| 測定基準 | 評価 | 詳細 |
| **総合評価** | **4.7/5** | 67 レビュー |
| 使いやすさ | 4.7/5 | レビュー全体に基づく |
| カスタマー・サポート | 4.5/5 | レビュー全体に基づく |
| 価格の妥当性 | 4.6/5 | レビュー全体に基づく |
| 機能 | 4.5/5 | レビュー全体に基づく |
| おすすめ率 | 90% | (9/10 おすすめ度) |

## 企業情報

- **キャプテラについて**: Cypress.io
- **ロケーション**: Atlanta, アメリカ
- **設立**: 2015

## ビジネスコンテキスト

- **価格プラン**: $99.00
- **価格モデル**:  (無料版が利用可能) (無料のトライアル)
- **対象となる企業**: 自営業, 2～10, 11～50, 51～200, 201～500, 501～1,000, 1,001～5,000, 5,001～10,000, 10,000+
- **デプロイとプラットフォーム**: Mac（デスクトップ）, Windows（デスクトップ）
- **サポートされる言語**: 英語
- **利用可能な国**: アメリカ合衆国

## 機能

- 並列実行をサポート
- 階層ビュー

## サポートのオプション

- チャット対応有

## Category

- [テスト自動化ツール](https://www.capterra.jp/directory/30609/automated-testing/software)

## 代替製品

1. [TestMu AI](https://www.capterra.jp/software/170732/lambdatest) — 4.6/5 (544 reviews)
2. [Katalon Studio](https://www.capterra.jp/software/1018018/katalon-studio) — 4.4/5 (706 reviews)
3. [Tricentis Testim](https://www.capterra.jp/software/165430/testim) — 4.6/5 (50 reviews)
4. [Tricentis Tosca](https://www.capterra.jp/software/120858/tricentis-tosca) — 4.2/5 (18 reviews)
5. [Automation Anywhere](https://www.capterra.jp/software/124575/web-data-extraction) — 4.4/5 (194 reviews)

## レビュー

### "Cypress is easy and single packed" — 4.0/5

> **Prakash** | *2020年12月16日* | コンピュータ・ソフトウェア | おすすめ評価：9.0/10
> 
> **良いポイント**: This automation tool is very easy to install and write tests.&#10;The thing I liked most in cypress are given below:  &#10;i. No need to install extra driver for browser.&#10;ii. It uses JS and very suitable for single page applications.&#10;iii. Single line of code will install the cypress in your machine.&#10;iv. I really love its features like time travel, video recording and image capturing, auto waiting and so on.
> 
> **改善点**: I have found some issues in cypress. They are working on to fix these issues.&#10;i. It does not support multiple browsers which is not be suitable for some tests.&#10;ii. "Detached from DOM" this is the common issue I have encountered.
> 
> I am working as an automation engineer where I feel cypress is easy to install and get rolling. I like its outstanding features including time-travel, video, screenshots and so on. It has some issues as well but I prefer using Cypress to other automation tools.

-----

### "Quick and easy testing for everyone." — 5.0/5

> **Piotr** | *2022年6月2日* | コンピュータ・ソフトウェア | おすすめ評価：10.0/10
> 
> **良いポイント**: Simplicity.&#10;Customer support.&#10;Documentation.&#10;Functionalities - Shadow DOM, DOM manipulation, debugger, videos and screenshots, automatic wait, etc.&#10;Open mode with all execution details.&#10;A number of additional plugins and ease of implementation.&#10;Frontend, Backend, and API testing support.
> 
> **改善点**: Poor support of parallelization, iframes.&#10;It may be not intuitive.&#10;Minor bugs specific to this framework.
> 
> I am working with Cypress for over 3 years. This framework is reliable, fast, and user-friendly. Failed tests debugging is enjoyable with a detailed open mode console. The amount of functionalities is amazing and its usage usually is just as simple as entering one or two methods. Each test is recorded/screenshotted if failed. Adaptation to users' needs is vast - multiple configs if needed, different types of tests (frontend, API), a huge amount of open-source plugins ready to work within two terminal commands, and much more. Documentation, as well as customer support, help greatly with all problems and questions. In 95%, if you have a bug, somewhere there is a solution. &#10;&#10;However, Cypress has some downsides, like a lack of native parallelization support (which needs an external cloud). Some functionalities (because of the framework architecture) are not supported (iframes) or resolved in a strange way (real mouse hover). Also, the structure of the tests (cy.get...) may be confusing at the start, especially since it is completely different from Selenium syntax. &#10;&#10;To sum up this review, Cypress is an amazing piece of code, that helped me greatly through the years. It has some specific problems and a unique structure, but when understood and used correctly it is extremally powerful and can be widely implemented to handle apps testing.

-----

### "A step forward for e2e, but still too many bugs for comfort" — 3.0/5

> **Ian Wyatt** | *2020年1月17日* | コンピュータ・ソフトウェア | おすすめ評価：7.0/10
> 
> **良いポイント**: The display for your e2e tests at every step is really what i always hoped for an e2e testing software
> 
> **改善点**: Is not reliable. Tests that are ran 3 times in a row, will work 1 or 2 of those times and it has nothing to do with anything you did.  Debugging often gives the wrong or useless information.

-----

### "One of the best UI automation testing tools" — 5.0/5

> **Joshua** | *2022年3月24日* | コンピュータ・ソフトウェア | おすすめ評価：10.0/10
> 
> **良いポイント**: One of the most powerful features with Cypress is the test runner. You can else debug any tests with ease with their time machine feature where a user can click on cypress steps to view a screenshot of the app and view the DOM. This has helped us create more confidence than other low/no code solutions. Our web team is loving this and enjoy writing tests\!
> 
> **改善点**: It can be tricky learning how Cypress works and how to effective write tests. The rich documentation helps with the basics and provide recipes for more advanced scenarios. The community outside of the docs are very helpful with any questions.

-----

### "Cypress is a great flexible test framework" — 5.0/5

> **Dale** | *2023年10月5日* | コンピュータ・ソフトウェア | おすすめ評価：8.0/10
> 
> **良いポイント**: constantly evolving, always a new feature in developmenteasy to learn and implement
> 
> **改善点**: not able to use on mobile app development
> 
> having been using Cypress for 6+ years, I still enjoy working with it on a daily basis.

-----

ページ：1 / 4\
次へ: [次ページ](https://www.capterra.jp/software/168276/cypress?page=2)

## リンク

- [Capterraで表示する](https://www.capterra.jp/software/168276/cypress)

## このページは以下の言語で利用できます

| ロケール | URL |
| de | <https://www.capterra.com.de/software/168276/cypress> |
| de-AT | <https://www.capterra.at/software/168276/cypress> |
| de-CH | <https://www.capterra.ch/software/168276/cypress> |
| en | <https://www.capterra.com/p/168276/Cypress/> |
| en-AE | <https://www.capterra.ae/software/168276/cypress> |
| en-AU | <https://www.capterra.com.au/software/168276/cypress> |
| en-CA | <https://www.capterra.ca/software/168276/cypress> |
| en-GB | <https://www.capterra.co.uk/software/168276/cypress> |
| en-IE | <https://www.capterra.ie/software/168276/cypress> |
| en-IL | <https://www.capterra.co.il/software/168276/cypress> |
| en-IN | <https://www.capterra.in/software/168276/cypress> |
| en-NZ | <https://www.capterra.co.nz/software/168276/cypress> |
| en-SG | <https://www.capterra.com.sg/software/168276/cypress> |
| en-ZA | <https://www.capterra.co.za/software/168276/cypress> |
| es | <https://www.capterra.es/software/168276/cypress> |
| es-AR | <https://www.capterra.com.ar/software/168276/cypress> |
| es-CL | <https://www.capterra.cl/software/168276/cypress> |
| es-CO | <https://www.capterra.co/software/168276/cypress> |
| es-CR | <https://www.capterra.co.cr/software/168276/cypress> |
| es-DO | <https://www.capterra.do/software/168276/cypress> |
| es-EC | <https://www.capterra.ec/software/168276/cypress> |
| es-MX | <https://www.capterra.mx/software/168276/cypress> |
| es-PA | <https://www.capterra.com.pa/software/168276/cypress> |
| es-PE | <https://www.capterra.pe/software/168276/cypress> |
| fr | <https://www.capterra.fr/software/168276/cypress> |
| fr-BE | <https://fr.capterra.be/software/168276/cypress> |
| fr-CA | <https://fr.capterra.ca/software/168276/cypress> |
| fr-LU | <https://www.capterra.lu/software/168276/cypress> |
| it | <https://www.capterra.it/software/168276/cypress> |
| ja | <https://www.capterra.jp/software/168276/cypress> |
| nl | <https://www.capterra.nl/software/168276/cypress> |
| nl-BE | <https://www.capterra.be/software/168276/cypress> |
| pt | <https://www.capterra.com.br/software/168276/cypress> |
| pt-PT | <https://www.capterra.pt/software/168276/cypress> |

-----

## 構造化データ

<script type="application/ld+json">
  {"@context":"https://schema.org","@graph":[{"name":"Capterra 日本","address":{"@type":"PostalAddress","addressLocality":"東京","addressRegion":"13","postalCode":"〒105-6205","streetAddress":"〒105-6205 東京都港区愛宕2-5-1 愛宕グリーンヒルズMORIタワー 5階"},"description":"ソフトウェア検索ならCapterra（キャプテラ）で！実際に製品を使用したユーザーレビューや口コミ、機能や料金などから比較検討が簡単にできます。","email":"Global@capterra.com","url":"https://www.capterra.jp/","logo":"https://dm-localsites-assets-prod.imgix.net/images/capterra/logo-a9b3b18653bd44e574e5108c22ab4d3c.svg","@type":"Organization","@id":"https://www.capterra.jp/#organization","parentOrganization":"G2.com, Inc.","sameAs":["https://twitter.com/capterra","https://www.facebook.com/Capterra/","https://www.linkedin.com/company/capterra/","https://www.youtube.com/channel/UCWFpjNOUhMph-RtFn5iqOBA"]},{"name":"Cypress","description":"Cypressでは、ブラウザで動作するあらゆるコンテンツをテストできます。Cypressアプリは、特に最新のJavaScriptフレームワークを扱うように設計されています。最新のReact、Angular、Vueなどのフレームワークを使用した、何百ものプロジェクトがあります。Cypressはサーバレンダリング・アプリケーションでも同じように問題なく機能します。\n\nCypress Cloudは、このオープンソース・アプリにとって必要不可欠なWebベースのコンパニオンです。Continuous Integrationで実行されたテストを記録するため、障害について理解し、結果をチームと共有することができます。","image":"https://gdm-catalog-fmapi-prod.imgix.net/ProductScreenshot/0f87ef27-1726-4b6c-b035-8f2f3808f8f0.png","url":"https://www.capterra.jp/software/168276/cypress","@type":"SoftwareApplication","@id":"https://www.capterra.jp/software/168276/cypress#software","applicationCategory":"BusinessApplication","publisher":{"@id":"https://www.capterra.jp/#organization"},"aggregateRating":{"@type":"AggregateRating","bestRating":5,"ratingCount":67,"ratingValue":4.7},"offers":{"price":"99","@type":"Offer","priceCurrency":"USD"},"operatingSystem":"Apple, Windows"},{"@type":"FAQPage","@id":"https://www.capterra.jp/software/168276/cypress#faqs","mainEntity":[]},{"@type":"BreadcrumbList","itemListElement":[{"name":"ホーム","position":1,"item":"/","@type":"ListItem"},{"name":"テスト自動化ツール","position":2,"item":"/directory/30609/automated-testing/software","@type":"ListItem"},{"name":"Cypress","position":3,"item":"/software/168276/cypress","@type":"ListItem"}],"@id":"https://www.capterra.jp/software/168276/cypress#breadcrumblist"}]}
</script>
