This repository was archived by the owner on Jan 20, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 113
add docs for docs/testing #139
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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). | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.