Skip to content
This repository was archived by the owner on Jan 20, 2025. It is now read-only.
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions docs/docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
---
title: Adding Testing
title: テストの追加
overview: true
disableTableOfContents: true
---

One of the benefits of building a Gatsby project is the ability to add automated tests for your components, APIs, pages, and more. With Gatsby, you can employ modern tooling like Jest, Cypress, Testing Library, Storybook, Enzyme, and any other JavaScript testing tool to build a robust React web application.
Gatsby でサイトを構築する利点の 1 つはあなたが作成したコンポーネントや API やページ自体に簡単に自動テストを追加できるということです。 Gatsby では Jest, Cypress, Testing Library, Storybook, Enzyme などの JavaScript のモダンなツールを採用して変更に強い React アプリケーションを作成できます。

In these guides, you can learn the common tools and setup instructions for adding testing functionality to your Gatsby project. There are likely more possibilities than what are listed here: search the [open issues on GitHub](https://github.com/gatsbyjs/gatsby/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+testing) to chime in about your desired testing use case, or [file an issue](/contributing/how-to-file-an-issue/) of your own.
このガイドでは、 Gatsby プロジェクトにテスト機能を追加するためによく使われるツールとセットアップの手順をご紹介します。ただし、ここで紹介されているよりもっと良いテストの手法があるかもしれません。その場合は [GitHub で Open な Issue](https://github.com/gatsbyjs/gatsby/issues?utf8=%E2%9C%93&q=is%3Aissue+is%3Aopen+testing)からあなたの望むテストユースケースを探すか、[こちらの手順で Issue を報告してください。](/contributing/how-to-file-an-issue/)

<GuideList slug={props.slug} />

## Other resources
## その他の資料

- Read the article ["Quality assurance in GatsbyJS projects - linting and testing" by Kalin Chernev](https://kalinchernev.github.io/gatsbyjs-qa-linting-testing/)
- [Gatsby blog posts on testing in Gatsby](/blog/tags/testing)
- [Jason Lengstorf's livestream with Kent Dodds adding tests to a Gatsby site](https://www.youtube.com/watch?v=BzRAYt7BHRw&t=2024s).
- [Kalin Chernev による "GatsbyJS プロジェクトにおける品質保証 - リントとテスト"](https://kalinchernev.github.io/gatsbyjs-qa-linting-testing/)
- [Gatsby のテストに関する Gatsby 公式のブログ記事](/blog/tags/testing)
- [Jason Lengstorf による Kent Dodds との Gatsby サイトにテストを追加する YouTube ビデオ](https://www.youtube.com/watch?v=BzRAYt7BHRw&t=2024s).