[{"data":1,"prerenderedAt":824},["ShallowReactive",2],{"/ja-jp/topics/devops/devops-test-automation/":3,"navigation-ja-jp":173,"banner-ja-jp":587,"footer-ja-jp":599,"next-steps-ja-jp":809},{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":8,"content":11,"_id":167,"_type":168,"title":7,"_source":169,"_file":170,"_stem":171,"_extension":172},"/ja-jp/topics/devops/devops-test-automation","devops",false,"",{"title":9,"description":10},"DevOpsテストの自動化","ソフトウェアテストの自動化により、DevOpsチームはワークフローを加速させ、ユーザーエクスペリエンスを向上させることができます。",[12,26,32,129,165],{"type":13,"componentName":13,"componentContent":14},"CommonBreadcrumbs",{"crumbs":15},[16,20,24],{"title":17,"config":18},"Industry topics",{"href":19},"/topics/",{"title":21,"config":22},"DevOps",{"href":23},"/topics/devops/",{"title":25},"DevOps test automation",{"type":27,"componentName":27,"componentContent":28},"TopicsHero",{"title":9,"text":29,"config":30},"組織は、ソフトウェアテストを自動化することで、重複の排除、チーム間で一貫性のある統一されたアプローチの確立、そして開発の効率化を実現できます。\n",{"id":31,"twoColumns":6},"devopsテストの自動化",{"type":33,"componentName":33,"componentContent":34},"CommonSideNavigationWithTree",{"anchors":35,"components":74},{"text":36,"data":37},"On this page",[38,42,46,50,54,58,62,66,70],{"text":39,"config":40},"DevOpsテストの自動化とは？",{"href":41},"#what-is-dev-ops-test-automation",{"text":43,"config":44},"テストの自動化の重要性",{"href":45},"#the-importance-of-test-automation",{"text":47,"config":48},"テスト自動化のステージ",{"href":49},"#test-automation-stages",{"text":51,"config":52},"DevOpsにおけるテストの自動化",{"href":53},"#automated-testing-in-dev-ops",{"text":55,"config":56},"テストの自動化により得られるメリット",{"href":57},"#the-benefits-of-automated-testing",{"text":59,"config":60},"テストの自動化がやりすぎだとみなされる目安",{"href":61},"#how-much-test-automation-is-too-much",{"text":63,"config":64},"テストの自動化を開始する",{"href":65},"#getting-started-with-automated-testing",{"text":67,"config":68},"ベストプラクティス",{"href":69},"#best-practices",{"text":71,"config":72},"まとめ",{"href":73},"#conclusion",[75,81,86,91,96,101,106,111,116,121],{"type":76,"componentName":76,"componentContent":77},"TopicsCopy",{"header":39,"text":78,"config":79},"ソフトウェアテストは、ソフトウェア開発における重要なプロセスです。しかし、手動によるテストは、DevOpsチームと品質管理（QA）チームにおけるコラボレーションやフィードバックの共有をきわめて困難にし、リリースサイクルの遅延を引き起こします。テストの自動化（または自動QAテスト）は、ソフトウェア製品のレビュー、検証、分析を自動的に行い、得られた評価結果に基づいてソフトウェアの品質を向上させるプロセスです。これにより、コードの一貫性と統一性が高まり、製品の機能性とユーザーエクスペリエンスが最適化されるほか、デベロッパーの満足度も向上します。\n\nDevOpsアプローチを取り入れ、DevOps文化を醸成することで、組織は開発から本番環境までのシームレスなフローを実現し、コード品質とソフトウェアデリバリープロセス全体を強化できます。",{"id":80},"what-is-dev-ops-test-automation",{"type":76,"componentName":76,"componentContent":82},{"header":43,"text":83,"config":84},"継続的にテストを行い、テストを自動化することで、開発チームおよび完成した製品の信頼性、一貫性、効率性が高まります。これにより、DevOpsチームとQAチームは、重要なデバッグやトラブルシューティングのプロセスを維持しつつ、スケジュールどおりに作業を進められます。\n\nさらに、自動テストは手動テストよりも迅速かつ効果的です。自動テストを行うことで、コスト増加につながるヒューマンエラーのリスクが低減され、チームメンバー間のコミュニケーションの障壁がなくなるため、時間とコストを節約できます。\n\nまた、自動テストは柔軟性にも優れており、開発チームは互換性のあるテストスイートでテストスクリプトを再利用できます。自動化された環境のおかげで、コードを破損させたり、テストケースごとに新しいスクリプトを作成したりする必要がなくなります。\n",{"id":85},"the-importance-of-test-automation",{"type":76,"componentName":76,"componentContent":87},{"header":47,"text":88,"config":89},"テストの自動化には、ソフトウェアテストの品質を確保するために従うべきいくつかの重要な概念があります。これらのテスト自動化フレームワークは、テストピラミッド階層に沿って段階的に現れます。\n\n**ユニットテスト**\nユニットテストでは、アプリケーションをユニット（単位）に分割し、それぞれの動作を外部のコンポーネント、データベース、または構成から独立した機能としてテストします。ユニットテストはビルドの実施中に行われることが多く、テストの最初の階層と考えられています。\n\n**インテグレーションテスト**\nインテグレーションテストでは、複数のユニットがどのように論理的に結合され、そのインテグレーションプロセスにおいて意図しないエラーが発生せずに、システム機能にどのような影響を与えるかを評価します。インテグレーションテストの主な目的は、異なるモジュール間の連動性を検証することで、システムのコンプライアンスを評価することです。\n\n**回帰テスト**\n回帰テストでは、バグ修正やその他の変更が既存の機能に悪影響を与えていないことを確認します。回帰テストを自動化することで、デベロッパーはコード変更によって誘発された可能性のある問題を迅速かつ効率的に特定して修正し、ソフトウェアの信頼性を維持し、バグのない状態を保つことができます。\n\n**E2Eテスト**\nE2Eテストフレームワークでは、ユーザーの期待事項とニーズをすべてシミュレーションして、アプリケーションの機能とパフォーマンスをテストします。最終的な目標は、アプリケーションがユーザーのニーズをすべて検証し確認するだけでなく、期待以上のレベルで運用および動作することを保証することです。\n\n**探索的テスト**\n探索的テストは、さまざまな機能や視覚的コンポーネントをユーザーの視点から同時学習、テスト、レビューする、より高度なソフトウェアテスト戦略です。\n",{"id":90},"test-automation-stages",{"type":76,"componentName":76,"componentContent":92},{"header":51,"text":93,"config":94},"DevOpsには、ソフトウェア製品のビルド、テスト、構成、デプロイ、およびリリースを高速化するソフトウェア開発ワークフローが含まれます。このアプローチにより、チームにおけるアプリケーションの構築がスピードアップします。継続的テストは、継続的インテグレーションおよび継続的なデリバリー（CI/CD）を実践する上で欠かせない要素です。そのため、自動テストを採用することでCI/CDをより効率的に進められ、チームがソフトウェアをより頻繁にリリースできるようになります。\n\n品質管理エンジニアは、自動化されたインテグレーションテストやE2Eテストの構築に重点を置き、デベロッパーは各コードブロックに対してユニットテストを実施する必要があります。各コンポーネントが想定どおりに動作することを十分に確認するために、これらのテストをDevOps CI/CDパイプラインの可能な限り早い段階で実施することが重要です。また、プロダクトマネージャーは機能テスト（ブラックボックステストなど）を実施して、ユーザーエクスペリエンスを最適化する必要があります。\n",{"id":95},"automated-testing-in-dev-ops",{"type":76,"componentName":76,"componentContent":97},{"header":55,"text":98,"config":99},"テストを自動化することで、多くのメリットを得られます。以下はその主な例です。\n\n* 品質管理アーキテクトとデベロッパーの間でのコラボレーションが改善され、効率的なソフトウェアライフサイクルが確立される\n* 分散型の開発チーム（QAチームとDevOpsチームの両方）がスクワッドとして機能するため、容易に拡張できる\n* より信頼性の高い製品をより迅速にリリースできるようになり、顧客のフィードバックへの対応や問題の解決を迅速に行えるようになるため、顧客満足度が向上し、紹介が増加する\n* DevSecOpsチームがさまざまなアプリケーションポイントや脅威モデリングで脆弱性を迅速に検出できるため、インシデント管理を行いやすくなる\n",{"id":100},"the-benefits-of-automated-testing",{"type":76,"componentName":76,"componentContent":102},{"header":59,"text":103,"config":104},"ほかのことと同様に、テストの自動化を行う際は、目的を持って行うことが重要です。うかつに行うと、自動化によって削減される作業よりも、新たに増える作業のほうが多くなってしまう可能性があります。どのテストを自動化できるかを考える際に、以下の質問を自問してみてみましょう。\n\n* プロジェクトに連携されているツールの数が多すぎないですか？あまりにも多くのツールを連携すると、自動化の設定や維持が難しくなります。プロセスごとに最適なツールを慎重に見極めるか、自動化を実施する前にツールを統合しましょう。\n* 自動化によって、テスト対象を効果的に測定できますか？たとえば、ユーザーエクスペリエンスのテストでは、人間のユーザーによる応答とフィードバックが必要となるため、自動化するメリットはありません。\n* テストを行うことで付加価値を得られますか？テストを自動化することで効率が上がるとしても、そのテスト自体に価値がなければ意味がありません。自動化は手段であって、それ自体が目的ではありません。\n\n自動テストは手動テストの必要性を完全に排除するわけではない点に留意してください。自動化のメリットがない部分には手動のステップを1つか2つ残しておくことで、長期的にはチームの作業時間を削減できます。\n",{"id":105},"how-much-test-automation-is-too-much",{"type":76,"componentName":76,"componentContent":107},{"header":63,"text":108,"config":109},"チームにおいてテストの自動化を導入する際は、開発ライフサイクルの以下の要素を考慮する必要があります。\n\n**リリース頻度**\nソフトウェアのリリース頻度が数日に一度である場合、DevOpsのCI/CDパイプラインに自動テストを取り入れて、ビルド、デプロイ、およびリリースの速度を向上させることが重要です。開発フェーズ全体でユニットテストを行い、E2Eテストも並行して実施しましょう。ビルドプロセスを通してアプリケーションの構築が進むのに合わせて、依存するサードパーティアプリケーションが想定どおりに動作するかを確認するために、インテグレーションテストを実行します。これにより、100%のテストカバレッジが確保され、本番環境や市場へのソフトウェアリリースが高速化されます。\n\n**テストツールの利用しやすさ**\nすべてのテスト自動化ツールが同じように機能するわけではありません。テストの自動化を担当するアーキテクトは、組織にとって最適な機能を見極める必要があります。テスト自動化ツールを選定する際には、信頼性、メンテナンスの頻度、テスト作成の効率性、現在のスタックとのCI/CDインテグレーションなどの特徴に注目することが重要です。チームメンバー全員にとっての使いやすさ、習得しやすさも、重要なポイントです。利用しやすいツールを選べば、組織への自動化プロセスの導入もスムーズになります。\n\n**CI/CDパイプラインとデータテスト**\nテストの自動化をどの時点で取り入れるかを決定する際には、CI/CD環境を理解することが非常に重要です。実用的なテスト環境を確立するには、強力なテストインフラストラクチャが不可欠です。チームメンバーと一緒に、シナリオごとに最適な戦略を選定します。たとえば、早い段階で一時的なテスト環境を提供するインフラストラクチャをデプロイすれば、フィードバックとレビューのプロセスを迅速に改善できます。\n",{"id":110},"getting-started-with-automated-testing",{"type":76,"componentName":76,"componentContent":112},{"header":67,"text":113,"config":114},"* どのテストを自動化するかを決めましょう。100%の自動化を目標とすべきではありません。代わりに、テストプロセスの中で自動化によってもっとも大きなメリットが得られる部分を特定しましょう。\n* 組織のキャパシティとアプリケーションの複雑さを考慮して、適切なテスト自動化フレームワークを選定しましょう。\n* テストに数日または数週間かけるべきではありません。テストを自動化する際は、本番環境でのエラーを削減し、顧客満足度を向上させるために、テストを頻繁かつ早めに実施することを心がけましょう。\n* DevOpsチームは、包括的で質の高いテストレポートを優先する必要があります。\n",{"id":115},"best-practices",{"type":76,"componentName":76,"componentContent":117},{"header":71,"text":118,"config":119},"自動化の取り組みをDevOpsライフサイクルに統合することで、開発環境が合理化されるだけでなく、より効率的でエラーの少ないソフトウェア開発プロセスが推進されます。強力な自動化戦略に基づく戦略的なテストの実施により、統合する前にコードの各部分を確実かつ厳格に検証できます。\n\nこれにより、本番環境への迅速なリリースを実現しつつ、高い信頼性も確保できます。\n",{"id":120},"conclusion",{"type":122,"componentName":122,"componentContent":123},"TopicsCallToAction",{"subtitle":124,"primaryButton":125},"GitLab CI/CDによるテストの自動化",{"text":126,"config":127},"GitLab CI/CDの詳細",{"href":128},"/solutions/continuous-integration/",{"type":130,"componentName":130,"componentContent":131},"CommonResourcesContainer",{"header":132,"tabs":133},"テストの自動化の詳細をご紹介",[134],{"name":135,"items":136,"config":164},"resources",[137,148,156],{"header":138,"type":139,"image":140,"link":143},"GitLab CI/CD Runnerの自動スケールによりEC2コストを90%削減","ブログ",{"altText":138,"config":141},{"src":142},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749159411/Website/Topics/axway-case-study-image.png",{"text":144,"config":145},"詳細はこちら",{"href":146,"icon":147,"modal":6},"/blog/autoscale-ci-runners/","Blog",{"header":149,"type":139,"image":150,"link":153},"Auto DevOps入門：CI/CDがシンプルになる方法",{"altText":149,"config":151},{"src":152},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158430/Website/Topics/alteryx_case_study.jpg",{"text":144,"config":154},{"href":155,"icon":147,"modal":6},"/blog/auto-devops-explained/",{"header":157,"type":139,"image":158,"link":161},"GitLabのエンジニアがDevOpsの未来を変えるまで",{"altText":157,"config":159},{"src":160},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1749158440/Website/Topics/scm-ci-cr.png",{"text":144,"config":162},{"href":163,"icon":147,"modal":6},"/blog/gitlab-hero-devops-platform/",{"key":135},{"type":166,"componentName":166},"CommonNextSteps","content:ja-jp:topics:devops:devops-test-automation:index.yml","yaml","content","ja-jp/topics/devops/devops-test-automation/index.yml","ja-jp/topics/devops/devops-test-automation/index","yml",{"_path":174,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"data":176,"_id":583,"_type":168,"title":584,"_source":169,"_file":585,"_stem":586,"_extension":172},"/shared/ja-jp/main-navigation","ja-jp",{"logo":177,"freeTrial":182,"sales":187,"login":192,"items":197,"search":527,"minimal":561,"duo":574},{"config":178},{"href":179,"dataGaName":180,"dataGaLocation":181},"/ja-jp/","gitlab logo","header",{"text":183,"config":184},"無料トライアルを開始",{"href":185,"dataGaName":186,"dataGaLocation":181},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":188,"config":189},"お問い合わせ",{"href":190,"dataGaName":191,"dataGaLocation":181},"/ja-jp/sales/","sales",{"text":193,"config":194},"サインイン",{"href":195,"dataGaName":196,"dataGaLocation":181},"https://gitlab.com/users/sign_in/","sign in",[198,241,340,345,449,509],{"text":199,"config":200,"cards":202,"footer":224},"プラットフォーム",{"dataNavLevelOne":201},"platform",[203,209,217],{"title":199,"description":204,"link":205},"最も包括的かつAIで強化されたDevSecOpsプラットフォーム",{"text":206,"config":207},"プラットフォームを詳しく見る",{"href":208,"dataGaName":201,"dataGaLocation":181},"/ja-jp/platform/",{"title":210,"description":211,"link":212},"GitLab Duo（AI）","開発のすべてのステージでAIを活用し、ソフトウェアをより迅速にビルド",{"text":213,"config":214},"GitLab Duoのご紹介",{"href":215,"dataGaName":216,"dataGaLocation":181},"/ja-jp/gitlab-duo/","gitlab duo ai",{"title":218,"description":219,"link":220},"GitLabが選ばれる理由","GitLabが大企業に選ばれる理由10選",{"text":144,"config":221},{"href":222,"dataGaName":223,"dataGaLocation":181},"/ja-jp/why-gitlab/","why gitlab",{"title":225,"items":226},"利用を開始：",[227,232,237],{"text":228,"config":229},"プラットフォームエンジニアリング",{"href":230,"dataGaName":231,"dataGaLocation":181},"/ja-jp/solutions/platform-engineering/","platform engineering",{"text":233,"config":234},"開発者の経験",{"href":235,"dataGaName":236,"dataGaLocation":181},"/ja-jp/developer-experience/","Developer experience",{"text":238,"config":239},"MLOps",{"href":240,"dataGaName":238,"dataGaLocation":181},"/ja-jp/topics/devops/the-role-of-ai-in-devops/",{"text":242,"left":243,"config":244,"link":246,"lists":250,"footer":322},"製品",true,{"dataNavLevelOne":245},"solutions",{"text":247,"config":248},"すべてのソリューションを表示",{"href":249,"dataGaName":245,"dataGaLocation":181},"/ja-jp/solutions/",[251,277,300],{"title":252,"description":253,"link":254,"items":259},"自動化","CI/CDと自動化でデプロイを加速",{"config":255},{"icon":256,"href":257,"dataGaName":258,"dataGaLocation":181},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[260,264,268,273],{"text":261,"config":262},"CI/CD",{"href":263,"dataGaLocation":181,"dataGaName":261},"/ja-jp/solutions/continuous-integration/",{"text":265,"config":266},"AIアシストによる開発",{"href":215,"dataGaLocation":181,"dataGaName":267},"AI assisted development",{"text":269,"config":270},"ソースコード管理",{"href":271,"dataGaLocation":181,"dataGaName":272},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":274,"config":275},"自動化されたソフトウェアデリバリー",{"href":257,"dataGaLocation":181,"dataGaName":276},"Automated software delivery",{"title":278,"description":279,"link":280,"items":285},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":281},{"href":282,"dataGaName":283,"dataGaLocation":181,"icon":284},"/ja-jp/solutions/security-compliance/","security and compliance","ShieldCheckLight",[286,290,295],{"text":287,"config":288},"セキュリティとコンプライアンス",{"href":282,"dataGaLocation":181,"dataGaName":289},"Security & Compliance",{"text":291,"config":292},"ソフトウェアサプライチェーンの安全性",{"href":293,"dataGaLocation":181,"dataGaName":294},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":296,"config":297},"コンプライアンスとガバナンス",{"href":298,"dataGaLocation":181,"dataGaName":299},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"title":301,"link":302,"items":307},"測定",{"config":303},{"icon":304,"href":305,"dataGaName":306,"dataGaLocation":181},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[308,312,317],{"text":309,"config":310},"可視性と測定",{"href":305,"dataGaLocation":181,"dataGaName":311},"Visibility and Measurement",{"text":313,"config":314},"バリューストリーム管理",{"href":315,"dataGaLocation":181,"dataGaName":316},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":318,"config":319},"分析とインサイト",{"href":320,"dataGaLocation":181,"dataGaName":321},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":323,"items":324},"GitLabが活躍する場所",[325,330,335],{"text":326,"config":327},"Enterprise",{"href":328,"dataGaLocation":181,"dataGaName":329},"/ja-jp/enterprise/","enterprise",{"text":331,"config":332},"スモールビジネス",{"href":333,"dataGaLocation":181,"dataGaName":334},"/ja-jp/small-business/","small business",{"text":336,"config":337},"公共機関",{"href":338,"dataGaLocation":181,"dataGaName":339},"/ja-jp/solutions/public-sector/","public sector",{"text":341,"config":342},"価格",{"href":343,"dataGaName":344,"dataGaLocation":181,"dataNavLevelOne":344},"/ja-jp/pricing/","pricing",{"text":346,"config":347,"link":348,"lists":352,"feature":436},"関連リソース",{"dataNavLevelOne":135},{"text":349,"config":350},"すべてのリソースを表示",{"href":351,"dataGaName":135,"dataGaLocation":181},"/ja-jp/resources/",[353,386,408],{"title":354,"items":355},"はじめに",[356,361,366,371,376,381],{"text":357,"config":358},"インストール",{"href":359,"dataGaName":360,"dataGaLocation":181},"/ja-jp/install/","install",{"text":362,"config":363},"クイックスタートガイド",{"href":364,"dataGaName":365,"dataGaLocation":181},"/ja-jp/get-started/","quick setup checklists",{"text":367,"config":368},"学ぶ",{"href":369,"dataGaLocation":181,"dataGaName":370},"https://university.gitlab.com/","learn",{"text":372,"config":373},"製品ドキュメント",{"href":374,"dataGaName":375,"dataGaLocation":181},"https://docs.gitlab.com/","product documentation",{"text":377,"config":378},"ベストプラクティスビデオ",{"href":379,"dataGaName":380,"dataGaLocation":181},"/ja-jp/getting-started-videos/","best practice videos",{"text":382,"config":383},"インテグレーション",{"href":384,"dataGaName":385,"dataGaLocation":181},"/ja-jp/integrations/","integrations",{"title":387,"items":388},"検索する",[389,394,398,403],{"text":390,"config":391},"お客様成功事例",{"href":392,"dataGaName":393,"dataGaLocation":181},"/ja-jp/customers/","customer success stories",{"text":139,"config":395},{"href":396,"dataGaName":397,"dataGaLocation":181},"/ja-jp/blog/","blog",{"text":399,"config":400},"リモート",{"href":401,"dataGaName":402,"dataGaLocation":181},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":404,"config":405},"TeamOps",{"href":406,"dataGaName":407,"dataGaLocation":181},"/ja-jp/teamops/","teamops",{"title":409,"items":410},"つなげる",[411,416,421,426,431],{"text":412,"config":413},"GitLabサービス",{"href":414,"dataGaName":415,"dataGaLocation":181},"/ja-jp/services/","services",{"text":417,"config":418},"コミュニティ",{"href":419,"dataGaName":420,"dataGaLocation":181},"/community/","community",{"text":422,"config":423},"フォーラム",{"href":424,"dataGaName":425,"dataGaLocation":181},"https://forum.gitlab.com/","forum",{"text":427,"config":428},"イベント",{"href":429,"dataGaName":430,"dataGaLocation":181},"/events/","events",{"text":432,"config":433},"パートナー",{"href":434,"dataGaName":435,"dataGaLocation":181},"/ja-jp/partners/","partners",{"backgroundColor":437,"textColor":438,"text":439,"image":440,"link":444},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":441,"config":442},"ソースプロモカード",{"src":443},"/images/navigation/the-source-promo-card.svg",{"text":445,"config":446},"最新情報を読む",{"href":447,"dataGaName":448,"dataGaLocation":181},"/ja-jp/the-source/","the source",{"text":450,"config":451,"lists":453},"Company",{"dataNavLevelOne":452},"company",[454],{"items":455},[456,461,467,469,474,479,484,489,494,499,504],{"text":457,"config":458},"GitLabについて",{"href":459,"dataGaName":460,"dataGaLocation":181},"/ja-jp/company/","about",{"text":462,"config":463,"footerGa":466},"採用情報",{"href":464,"dataGaName":465,"dataGaLocation":181},"/jobs/","jobs",{"dataGaName":465},{"text":427,"config":468},{"href":429,"dataGaName":430,"dataGaLocation":181},{"text":470,"config":471},"経営陣",{"href":472,"dataGaName":473,"dataGaLocation":181},"/company/team/e-group/","leadership",{"text":475,"config":476},"チーム",{"href":477,"dataGaName":478,"dataGaLocation":181},"/company/team/","team",{"text":480,"config":481},"ハンドブック",{"href":482,"dataGaName":483,"dataGaLocation":181},"https://handbook.gitlab.com/","handbook",{"text":485,"config":486},"投資家向け情報",{"href":487,"dataGaName":488,"dataGaLocation":181},"https://ir.gitlab.com/","investor relations",{"text":490,"config":491},"トラストセンター",{"href":492,"dataGaName":493,"dataGaLocation":181},"/ja-jp/security/","trust center",{"text":495,"config":496},"AI Transparency Center",{"href":497,"dataGaName":498,"dataGaLocation":181},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":500,"config":501},"ニュースレター",{"href":502,"dataGaName":503,"dataGaLocation":181},"/company/contact/","newsletter",{"text":505,"config":506},"プレス",{"href":507,"dataGaName":508,"dataGaLocation":181},"/press/","press",{"text":188,"config":510,"lists":511},{"dataNavLevelOne":452},[512],{"items":513},[514,517,522],{"text":188,"config":515},{"href":190,"dataGaName":516,"dataGaLocation":181},"talk to sales",{"text":518,"config":519},"サポートを受ける",{"href":520,"dataGaName":521,"dataGaLocation":181},"/support/","get help",{"text":523,"config":524},"カスタマーポータル",{"href":525,"dataGaName":526,"dataGaLocation":181},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":528,"login":529,"suggestions":536},"閉じる",{"text":530,"link":531},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":532,"config":533},"GitLab.com",{"href":195,"dataGaName":534,"dataGaLocation":535},"search login","search",{"text":537,"default":538},"提案",[539,542,547,549,553,557],{"text":210,"config":540},{"href":215,"dataGaName":541,"dataGaLocation":535},"GitLab Duo (AI)",{"text":543,"config":544},"コード提案（AI）",{"href":545,"dataGaName":546,"dataGaLocation":535},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":261,"config":548},{"href":263,"dataGaName":261,"dataGaLocation":535},{"text":550,"config":551},"GitLab on AWS",{"href":552,"dataGaName":550,"dataGaLocation":535},"/ja-jp/partners/technology-partners/aws/",{"text":554,"config":555},"GitLab on Google Cloud",{"href":556,"dataGaName":554,"dataGaLocation":535},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":558,"config":559},"GitLabを選ぶ理由",{"href":222,"dataGaName":560,"dataGaLocation":535},"Why GitLab?",{"freeTrial":562,"mobileIcon":566,"desktopIcon":571},{"text":183,"config":563},{"href":564,"dataGaName":186,"dataGaLocation":565},"https://gitlab.com/-/trials/new/","nav",{"altText":567,"config":568},"GitLabアイコン",{"src":569,"dataGaName":570,"dataGaLocation":565},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":567,"config":572},{"src":573,"dataGaName":570,"dataGaLocation":565},"/images/brand/gitlab-logo-type.svg",{"freeTrial":575,"mobileIcon":579,"desktopIcon":581},{"text":576,"config":577},"GitLab Duoの詳細について",{"href":215,"dataGaName":578,"dataGaLocation":565},"gitlab duo",{"altText":567,"config":580},{"src":569,"dataGaName":570,"dataGaLocation":565},{"altText":567,"config":582},{"src":573,"dataGaName":570,"dataGaLocation":565},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":588,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"title":589,"button":590,"config":594,"_id":596,"_type":168,"_source":169,"_file":597,"_stem":598,"_extension":172},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":144,"config":591},{"href":592,"dataGaName":593,"dataGaLocation":181},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":595},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":600,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"data":601,"_id":805,"_type":168,"title":806,"_source":169,"_file":807,"_stem":808,"_extension":172},"/shared/ja-jp/main-footer",{"text":602,"source":603,"edit":609,"contribute":614,"config":619,"items":624,"minimal":797},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":604,"config":605},"ページのソースを表示",{"href":606,"dataGaName":607,"dataGaLocation":608},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":610,"config":611},"このページを編集",{"href":612,"dataGaName":613,"dataGaLocation":608},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":615,"config":616},"ご協力をお願いします",{"href":617,"dataGaName":618,"dataGaLocation":608},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":620,"facebook":621,"youtube":622,"linkedin":623},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[625,648,702,735,769],{"title":199,"links":626,"subMenu":631},[627],{"text":628,"config":629},"DevSecOpsプラットフォーム",{"href":208,"dataGaName":630,"dataGaLocation":608},"devsecops platform",[632],{"title":341,"links":633},[634,638,643],{"text":635,"config":636},"プランの表示",{"href":343,"dataGaName":637,"dataGaLocation":608},"view plans",{"text":639,"config":640},"Premiumを選ぶ理由",{"href":641,"dataGaName":642,"dataGaLocation":608},"/ja-jp/pricing/premium/","why premium",{"text":644,"config":645},"Ultimateを選ぶ理由",{"href":646,"dataGaName":647,"dataGaLocation":608},"/ja-jp/pricing/ultimate/","why ultimate",{"title":649,"links":650},"ソリューション",[651,656,659,661,666,671,675,678,681,686,688,690,692,697],{"text":652,"config":653},"デジタルトランスフォーメーション",{"href":654,"dataGaName":655,"dataGaLocation":608},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":287,"config":657},{"href":282,"dataGaName":658,"dataGaLocation":608},"security & compliance",{"text":274,"config":660},{"href":257,"dataGaName":258,"dataGaLocation":608},{"text":662,"config":663},"アジャイル開発",{"href":664,"dataGaName":665,"dataGaLocation":608},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":667,"config":668},"クラウドトランスフォーメーション",{"href":669,"dataGaName":670,"dataGaLocation":608},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":672,"config":673},"SCM",{"href":271,"dataGaName":674,"dataGaLocation":608},"source code management",{"text":261,"config":676},{"href":263,"dataGaName":677,"dataGaLocation":608},"continuous integration & delivery",{"text":313,"config":679},{"href":315,"dataGaName":680,"dataGaLocation":608},"value stream management",{"text":682,"config":683},"GitOps",{"href":684,"dataGaName":685,"dataGaLocation":608},"/ja-jp/solutions/gitops/","gitops",{"text":326,"config":687},{"href":328,"dataGaName":329,"dataGaLocation":608},{"text":331,"config":689},{"href":333,"dataGaName":334,"dataGaLocation":608},{"text":336,"config":691},{"href":338,"dataGaName":339,"dataGaLocation":608},{"text":693,"config":694},"教育",{"href":695,"dataGaName":696,"dataGaLocation":608},"/ja-jp/solutions/education/","education",{"text":698,"config":699},"金融サービス",{"href":700,"dataGaName":701,"dataGaLocation":608},"/ja-jp/solutions/finance/","financial services",{"title":346,"links":703},[704,706,708,710,713,715,719,721,723,725,727,729,731,733],{"text":357,"config":705},{"href":359,"dataGaName":360,"dataGaLocation":608},{"text":362,"config":707},{"href":364,"dataGaName":365,"dataGaLocation":608},{"text":367,"config":709},{"href":369,"dataGaName":370,"dataGaLocation":608},{"text":372,"config":711},{"href":374,"dataGaName":712,"dataGaLocation":608},"docs",{"text":139,"config":714},{"href":396,"dataGaName":397},{"text":716,"config":717},"お客様の成功事例",{"href":718,"dataGaLocation":608},"/customers/",{"text":390,"config":720},{"href":392,"dataGaName":393,"dataGaLocation":608},{"text":399,"config":722},{"href":401,"dataGaName":402,"dataGaLocation":608},{"text":412,"config":724},{"href":414,"dataGaName":415,"dataGaLocation":608},{"text":404,"config":726},{"href":406,"dataGaName":407,"dataGaLocation":608},{"text":417,"config":728},{"href":419,"dataGaName":420,"dataGaLocation":608},{"text":422,"config":730},{"href":424,"dataGaName":425,"dataGaLocation":608},{"text":427,"config":732},{"href":429,"dataGaName":430,"dataGaLocation":608},{"text":432,"config":734},{"href":434,"dataGaName":435,"dataGaLocation":608},{"title":450,"links":736},[737,739,741,743,745,747,749,753,758,760,762,764],{"text":457,"config":738},{"href":459,"dataGaName":452,"dataGaLocation":608},{"text":462,"config":740},{"href":464,"dataGaName":465,"dataGaLocation":608},{"text":470,"config":742},{"href":472,"dataGaName":473,"dataGaLocation":608},{"text":475,"config":744},{"href":477,"dataGaName":478,"dataGaLocation":608},{"text":480,"config":746},{"href":482,"dataGaName":483,"dataGaLocation":608},{"text":485,"config":748},{"href":487,"dataGaName":488,"dataGaLocation":608},{"text":750,"config":751},"Sustainability",{"href":752,"dataGaName":750,"dataGaLocation":608},"/sustainability/",{"text":754,"config":755},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":756,"dataGaName":757,"dataGaLocation":608},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":490,"config":759},{"href":492,"dataGaName":493,"dataGaLocation":608},{"text":500,"config":761},{"href":502,"dataGaName":503,"dataGaLocation":608},{"text":505,"config":763},{"href":507,"dataGaName":508,"dataGaLocation":608},{"text":765,"config":766},"現代奴隷制の透明性に関する声明",{"href":767,"dataGaName":768,"dataGaLocation":608},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":188,"links":770},[771,773,775,777,782,787,792],{"text":188,"config":772},{"href":190,"dataGaName":191,"dataGaLocation":608},{"text":518,"config":774},{"href":520,"dataGaName":521,"dataGaLocation":608},{"text":523,"config":776},{"href":525,"dataGaName":526,"dataGaLocation":608},{"text":778,"config":779},"ステータス",{"href":780,"dataGaName":781,"dataGaLocation":608},"https://status.gitlab.com/","status",{"text":783,"config":784},"利用規約",{"href":785,"dataGaName":786,"dataGaLocation":608},"/terms/","terms of use",{"text":788,"config":789},"プライバシーに関する声明",{"href":790,"dataGaName":791,"dataGaLocation":608},"/ja-jp/privacy/","privacy statement",{"text":793,"config":794},"Cookieの設定",{"dataGaName":795,"dataGaLocation":608,"id":796,"isOneTrustButton":243},"cookie preferences","ot-sdk-btn",{"items":798},[799,801,803],{"text":783,"config":800},{"href":785,"dataGaName":786,"dataGaLocation":608},{"text":788,"config":802},{"href":790,"dataGaName":791,"dataGaLocation":608},{"text":793,"config":804},{"dataGaName":795,"dataGaLocation":608,"id":796,"isOneTrustButton":243},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":810,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"header":811,"eyebrow":812,"blurb":813,"button":814,"secondaryButton":818,"_id":820,"_type":168,"title":821,"_source":169,"_file":822,"_stem":823,"_extension":172},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":183,"config":815},{"href":816,"dataGaName":186,"dataGaLocation":817},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":188,"config":819},{"href":190,"dataGaName":191,"dataGaLocation":817},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",1753475510730]