[{"data":1,"prerenderedAt":913},["ShallowReactive",2],{"/ja-jp/topics/devops/devops-test-automation":3,"navigation-ja-jp":173,"banner-ja-jp":585,"footer-ja-jp":598,"next-steps-ja-jp":808,"footer-source-/ja-jp/topics/devops/devops-test-automation/":823},{"_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},"/ja-jp/topics/devops/",{"title":25},"DevOps test automation",{"type":27,"componentName":27,"componentContent":28},"CommonArticleHero",{"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},"/ja-jp/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":581,"_type":168,"title":582,"_source":169,"_file":583,"_stem":584,"_extension":172},"/shared/ja-jp/main-navigation","ja-jp",{"logo":177,"freeTrial":182,"sales":187,"login":192,"items":197,"search":525,"minimal":559,"duo":572},{"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,338,343,447,507],{"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":320},"製品",true,{"dataNavLevelOne":245},"solutions",{"text":247,"config":248},"すべてのソリューションを表示",{"href":249,"dataGaName":245,"dataGaLocation":181},"/ja-jp/solutions/",[251,276,298],{"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,263,267,272],{"text":261,"config":262},"CI/CD",{"href":128,"dataGaLocation":181,"dataGaName":261},{"text":264,"config":265},"AIアシストによる開発",{"href":215,"dataGaLocation":181,"dataGaName":266},"AI assisted development",{"text":268,"config":269},"ソースコード管理",{"href":270,"dataGaLocation":181,"dataGaName":271},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":273,"config":274},"自動化されたソフトウェアデリバリー",{"href":257,"dataGaLocation":181,"dataGaName":275},"Automated software delivery",{"title":277,"description":278,"link":279,"items":284},"セキュリティ","セキュリティを損なうことなくコードをより迅速に完成",{"config":280},{"href":281,"dataGaName":282,"dataGaLocation":181,"icon":283},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[285,289,294],{"text":286,"config":287},"Application Security Testing",{"href":281,"dataGaName":288,"dataGaLocation":181},"Application security testing",{"text":290,"config":291},"ソフトウェアサプライチェーンの安全性",{"href":292,"dataGaLocation":181,"dataGaName":293},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":295,"config":296},"Software Compliance",{"href":297,"dataGaName":295,"dataGaLocation":181},"/ja-jp/solutions/software-compliance/",{"title":299,"link":300,"items":305},"測定",{"config":301},{"icon":302,"href":303,"dataGaName":304,"dataGaLocation":181},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[306,310,315],{"text":307,"config":308},"可視性と測定",{"href":303,"dataGaLocation":181,"dataGaName":309},"Visibility and Measurement",{"text":311,"config":312},"バリューストリーム管理",{"href":313,"dataGaLocation":181,"dataGaName":314},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":316,"config":317},"分析とインサイト",{"href":318,"dataGaLocation":181,"dataGaName":319},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":321,"items":322},"GitLabが活躍する場所",[323,328,333],{"text":324,"config":325},"Enterprise",{"href":326,"dataGaLocation":181,"dataGaName":327},"/ja-jp/enterprise/","enterprise",{"text":329,"config":330},"スモールビジネス",{"href":331,"dataGaLocation":181,"dataGaName":332},"/ja-jp/small-business/","small business",{"text":334,"config":335},"公共機関",{"href":336,"dataGaLocation":181,"dataGaName":337},"/ja-jp/solutions/public-sector/","public sector",{"text":339,"config":340},"価格",{"href":341,"dataGaName":342,"dataGaLocation":181,"dataNavLevelOne":342},"/ja-jp/pricing/","pricing",{"text":344,"config":345,"link":346,"lists":350,"feature":434},"関連リソース",{"dataNavLevelOne":135},{"text":347,"config":348},"すべてのリソースを表示",{"href":349,"dataGaName":135,"dataGaLocation":181},"/ja-jp/resources/",[351,384,406],{"title":352,"items":353},"はじめに",[354,359,364,369,374,379],{"text":355,"config":356},"インストール",{"href":357,"dataGaName":358,"dataGaLocation":181},"/ja-jp/install/","install",{"text":360,"config":361},"クイックスタートガイド",{"href":362,"dataGaName":363,"dataGaLocation":181},"/ja-jp/get-started/","quick setup checklists",{"text":365,"config":366},"学ぶ",{"href":367,"dataGaLocation":181,"dataGaName":368},"https://university.gitlab.com/","learn",{"text":370,"config":371},"製品ドキュメント",{"href":372,"dataGaName":373,"dataGaLocation":181},"https://docs.gitlab.com/","product documentation",{"text":375,"config":376},"ベストプラクティスビデオ",{"href":377,"dataGaName":378,"dataGaLocation":181},"/ja-jp/getting-started-videos/","best practice videos",{"text":380,"config":381},"インテグレーション",{"href":382,"dataGaName":383,"dataGaLocation":181},"/ja-jp/integrations/","integrations",{"title":385,"items":386},"検索する",[387,392,396,401],{"text":388,"config":389},"お客様成功事例",{"href":390,"dataGaName":391,"dataGaLocation":181},"/ja-jp/customers/","customer success stories",{"text":139,"config":393},{"href":394,"dataGaName":395,"dataGaLocation":181},"/ja-jp/blog/","blog",{"text":397,"config":398},"リモート",{"href":399,"dataGaName":400,"dataGaLocation":181},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":402,"config":403},"TeamOps",{"href":404,"dataGaName":405,"dataGaLocation":181},"/ja-jp/teamops/","teamops",{"title":407,"items":408},"つなげる",[409,414,419,424,429],{"text":410,"config":411},"GitLabサービス",{"href":412,"dataGaName":413,"dataGaLocation":181},"/ja-jp/services/","services",{"text":415,"config":416},"コミュニティ",{"href":417,"dataGaName":418,"dataGaLocation":181},"/community/","community",{"text":420,"config":421},"フォーラム",{"href":422,"dataGaName":423,"dataGaLocation":181},"https://forum.gitlab.com/","forum",{"text":425,"config":426},"イベント",{"href":427,"dataGaName":428,"dataGaLocation":181},"/events/","events",{"text":430,"config":431},"パートナー",{"href":432,"dataGaName":433,"dataGaLocation":181},"/ja-jp/partners/","partners",{"backgroundColor":435,"textColor":436,"text":437,"image":438,"link":442},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":439,"config":440},"ソースプロモカード",{"src":441},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":443,"config":444},"最新情報を読む",{"href":445,"dataGaName":446,"dataGaLocation":181},"/ja-jp/the-source/","the source",{"text":448,"config":449,"lists":451},"会社情報",{"dataNavLevelOne":450},"company",[452],{"items":453},[454,459,465,467,472,477,482,487,492,497,502],{"text":455,"config":456},"GitLabについて",{"href":457,"dataGaName":458,"dataGaLocation":181},"/ja-jp/company/","about",{"text":460,"config":461,"footerGa":464},"採用情報",{"href":462,"dataGaName":463,"dataGaLocation":181},"/jobs/","jobs",{"dataGaName":463},{"text":425,"config":466},{"href":427,"dataGaName":428,"dataGaLocation":181},{"text":468,"config":469},"経営陣",{"href":470,"dataGaName":471,"dataGaLocation":181},"/company/team/e-group/","leadership",{"text":473,"config":474},"チーム",{"href":475,"dataGaName":476,"dataGaLocation":181},"/company/team/","team",{"text":478,"config":479},"ハンドブック",{"href":480,"dataGaName":481,"dataGaLocation":181},"https://handbook.gitlab.com/","handbook",{"text":483,"config":484},"投資家向け情報",{"href":485,"dataGaName":486,"dataGaLocation":181},"https://ir.gitlab.com/","investor relations",{"text":488,"config":489},"トラストセンター",{"href":490,"dataGaName":491,"dataGaLocation":181},"/ja-jp/security/","trust center",{"text":493,"config":494},"AI Transparency Center",{"href":495,"dataGaName":496,"dataGaLocation":181},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":498,"config":499},"ニュースレター",{"href":500,"dataGaName":501,"dataGaLocation":181},"/company/contact/","newsletter",{"text":503,"config":504},"プレス",{"href":505,"dataGaName":506,"dataGaLocation":181},"/press/","press",{"text":188,"config":508,"lists":509},{"dataNavLevelOne":450},[510],{"items":511},[512,515,520],{"text":188,"config":513},{"href":190,"dataGaName":514,"dataGaLocation":181},"talk to sales",{"text":516,"config":517},"サポートを受ける",{"href":518,"dataGaName":519,"dataGaLocation":181},"/support/","get help",{"text":521,"config":522},"カスタマーポータル",{"href":523,"dataGaName":524,"dataGaLocation":181},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":526,"login":527,"suggestions":534},"閉じる",{"text":528,"link":529},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":530,"config":531},"GitLab.com",{"href":195,"dataGaName":532,"dataGaLocation":533},"search login","search",{"text":535,"default":536},"提案",[537,540,545,547,551,555],{"text":210,"config":538},{"href":215,"dataGaName":539,"dataGaLocation":533},"GitLab Duo (AI)",{"text":541,"config":542},"コード提案（AI）",{"href":543,"dataGaName":544,"dataGaLocation":533},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":261,"config":546},{"href":128,"dataGaName":261,"dataGaLocation":533},{"text":548,"config":549},"GitLab on AWS",{"href":550,"dataGaName":548,"dataGaLocation":533},"/ja-jp/partners/technology-partners/aws/",{"text":552,"config":553},"GitLab on Google Cloud",{"href":554,"dataGaName":552,"dataGaLocation":533},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":556,"config":557},"GitLabを選ぶ理由",{"href":222,"dataGaName":558,"dataGaLocation":533},"Why GitLab?",{"freeTrial":560,"mobileIcon":564,"desktopIcon":569},{"text":183,"config":561},{"href":562,"dataGaName":186,"dataGaLocation":563},"https://gitlab.com/-/trials/new/","nav",{"altText":565,"config":566},"GitLabアイコン",{"src":567,"dataGaName":568,"dataGaLocation":563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":565,"config":570},{"src":571,"dataGaName":568,"dataGaLocation":563},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":573,"mobileIcon":577,"desktopIcon":579},{"text":574,"config":575},"GitLab Duoの詳細について",{"href":215,"dataGaName":576,"dataGaLocation":563},"gitlab duo",{"altText":565,"config":578},{"src":567,"dataGaName":568,"dataGaLocation":563},{"altText":565,"config":580},{"src":571,"dataGaName":568,"dataGaLocation":563},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":586,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"title":587,"button":588,"config":593,"_id":595,"_type":168,"_source":169,"_file":596,"_stem":597,"_extension":172},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":589,"config":590},"ベータ版を試す",{"href":591,"dataGaName":592,"dataGaLocation":181},"/ja-jp/gitlab-duo/agent-platform/","duo banner",{"layout":594},"release","content:shared:ja-jp:banner.yml","shared/ja-jp/banner.yml","shared/ja-jp/banner",{"_path":599,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"data":600,"_id":804,"_type":168,"title":805,"_source":169,"_file":806,"_stem":807,"_extension":172},"/shared/ja-jp/main-footer",{"text":601,"source":602,"edit":608,"contribute":613,"config":618,"items":623,"minimal":796},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":603,"config":604},"ページのソースを表示",{"href":605,"dataGaName":606,"dataGaLocation":607},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":609,"config":610},"このページを編集",{"href":611,"dataGaName":612,"dataGaLocation":607},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":614,"config":615},"ご協力をお願いします",{"href":616,"dataGaName":617,"dataGaLocation":607},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":619,"facebook":620,"youtube":621,"linkedin":622},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[624,647,701,733,768],{"title":199,"links":625,"subMenu":630},[626],{"text":627,"config":628},"DevSecOpsプラットフォーム",{"href":208,"dataGaName":629,"dataGaLocation":607},"devsecops platform",[631],{"title":339,"links":632},[633,637,642],{"text":634,"config":635},"プランの表示",{"href":341,"dataGaName":636,"dataGaLocation":607},"view plans",{"text":638,"config":639},"Premiumを選ぶ理由",{"href":640,"dataGaName":641,"dataGaLocation":607},"/ja-jp/pricing/premium/","why premium",{"text":643,"config":644},"Ultimateを選ぶ理由",{"href":645,"dataGaName":646,"dataGaLocation":607},"/ja-jp/pricing/ultimate/","why ultimate",{"title":648,"links":649},"ソリューション",[650,655,658,660,665,670,674,677,680,685,687,689,691,696],{"text":651,"config":652},"デジタルトランスフォーメーション",{"href":653,"dataGaName":654,"dataGaLocation":607},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":656,"config":657},"セキュリティとコンプライアンス",{"href":281,"dataGaName":288,"dataGaLocation":607},{"text":273,"config":659},{"href":257,"dataGaName":258,"dataGaLocation":607},{"text":661,"config":662},"アジャイル開発",{"href":663,"dataGaName":664,"dataGaLocation":607},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":666,"config":667},"クラウドトランスフォーメーション",{"href":668,"dataGaName":669,"dataGaLocation":607},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":671,"config":672},"SCM",{"href":270,"dataGaName":673,"dataGaLocation":607},"source code management",{"text":261,"config":675},{"href":128,"dataGaName":676,"dataGaLocation":607},"continuous integration & delivery",{"text":311,"config":678},{"href":313,"dataGaName":679,"dataGaLocation":607},"value stream management",{"text":681,"config":682},"GitOps",{"href":683,"dataGaName":684,"dataGaLocation":607},"/ja-jp/solutions/gitops/","gitops",{"text":324,"config":686},{"href":326,"dataGaName":327,"dataGaLocation":607},{"text":329,"config":688},{"href":331,"dataGaName":332,"dataGaLocation":607},{"text":334,"config":690},{"href":336,"dataGaName":337,"dataGaLocation":607},{"text":692,"config":693},"教育",{"href":694,"dataGaName":695,"dataGaLocation":607},"/ja-jp/solutions/education/","education",{"text":697,"config":698},"金融サービス",{"href":699,"dataGaName":700,"dataGaLocation":607},"/ja-jp/solutions/finance/","financial services",{"title":344,"links":702},[703,705,707,709,712,714,717,719,721,723,725,727,729,731],{"text":355,"config":704},{"href":357,"dataGaName":358,"dataGaLocation":607},{"text":360,"config":706},{"href":362,"dataGaName":363,"dataGaLocation":607},{"text":365,"config":708},{"href":367,"dataGaName":368,"dataGaLocation":607},{"text":370,"config":710},{"href":372,"dataGaName":711,"dataGaLocation":607},"docs",{"text":139,"config":713},{"href":394,"dataGaName":395},{"text":715,"config":716},"お客様の成功事例",{"href":390,"dataGaLocation":607},{"text":388,"config":718},{"href":390,"dataGaName":391,"dataGaLocation":607},{"text":397,"config":720},{"href":399,"dataGaName":400,"dataGaLocation":607},{"text":410,"config":722},{"href":412,"dataGaName":413,"dataGaLocation":607},{"text":402,"config":724},{"href":404,"dataGaName":405,"dataGaLocation":607},{"text":415,"config":726},{"href":417,"dataGaName":418,"dataGaLocation":607},{"text":420,"config":728},{"href":422,"dataGaName":423,"dataGaLocation":607},{"text":425,"config":730},{"href":427,"dataGaName":428,"dataGaLocation":607},{"text":430,"config":732},{"href":432,"dataGaName":433,"dataGaLocation":607},{"title":734,"links":735},"Company",[736,738,740,742,744,746,748,752,757,759,761,763],{"text":455,"config":737},{"href":457,"dataGaName":450,"dataGaLocation":607},{"text":460,"config":739},{"href":462,"dataGaName":463,"dataGaLocation":607},{"text":468,"config":741},{"href":470,"dataGaName":471,"dataGaLocation":607},{"text":473,"config":743},{"href":475,"dataGaName":476,"dataGaLocation":607},{"text":478,"config":745},{"href":480,"dataGaName":481,"dataGaLocation":607},{"text":483,"config":747},{"href":485,"dataGaName":486,"dataGaLocation":607},{"text":749,"config":750},"Sustainability",{"href":751,"dataGaName":749,"dataGaLocation":607},"/sustainability/",{"text":753,"config":754},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":755,"dataGaName":756,"dataGaLocation":607},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":488,"config":758},{"href":490,"dataGaName":491,"dataGaLocation":607},{"text":498,"config":760},{"href":500,"dataGaName":501,"dataGaLocation":607},{"text":503,"config":762},{"href":505,"dataGaName":506,"dataGaLocation":607},{"text":764,"config":765},"現代奴隷制の透明性に関する声明",{"href":766,"dataGaName":767,"dataGaLocation":607},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":188,"links":769},[770,772,774,776,781,786,791],{"text":188,"config":771},{"href":190,"dataGaName":191,"dataGaLocation":607},{"text":516,"config":773},{"href":518,"dataGaName":519,"dataGaLocation":607},{"text":521,"config":775},{"href":523,"dataGaName":524,"dataGaLocation":607},{"text":777,"config":778},"ステータス",{"href":779,"dataGaName":780,"dataGaLocation":607},"https://status.gitlab.com/","status",{"text":782,"config":783},"利用規約",{"href":784,"dataGaName":785,"dataGaLocation":607},"/terms/","terms of use",{"text":787,"config":788},"プライバシーに関する声明",{"href":789,"dataGaName":790,"dataGaLocation":607},"/ja-jp/privacy/","privacy statement",{"text":792,"config":793},"Cookieの設定",{"dataGaName":794,"dataGaLocation":607,"id":795,"isOneTrustButton":243},"cookie preferences","ot-sdk-btn",{"items":797},[798,800,802],{"text":782,"config":799},{"href":784,"dataGaName":785,"dataGaLocation":607},{"text":787,"config":801},{"href":789,"dataGaName":790,"dataGaLocation":607},{"text":792,"config":803},{"dataGaName":794,"dataGaLocation":607,"id":795,"isOneTrustButton":243},"content:shared:ja-jp:main-footer.yml","Main Footer","shared/ja-jp/main-footer.yml","shared/ja-jp/main-footer",{"_path":809,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"header":810,"eyebrow":811,"blurb":812,"button":813,"secondaryButton":817,"_id":819,"_type":168,"title":820,"_source":169,"_file":821,"_stem":822,"_extension":172},"/shared/ja-jp/next-steps","より優れたソフトウェアをより速く提供","フォーチュン100企業の50%以上がGitLabを信頼","インテリジェントなDevSecOpsプラットフォームで\n\n\nチームの可能性を広げましょう。\n",{"text":183,"config":814},{"href":815,"dataGaName":186,"dataGaLocation":816},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":188,"config":818},{"href":190,"dataGaName":191,"dataGaLocation":816},"content:shared:ja-jp:next-steps.yml","Next Steps","shared/ja-jp/next-steps.yml","shared/ja-jp/next-steps",{"_path":4,"_dir":5,"_draft":6,"_partial":6,"_locale":7,"seo":824,"content":825,"_id":167,"_type":168,"title":7,"_source":169,"_file":170,"_stem":171,"_extension":172},{"title":9,"description":10},[826,834,837,891,912],{"type":13,"componentName":13,"componentContent":827},{"crumbs":828},[829,831,833],{"title":17,"config":830},{"href":19},{"title":21,"config":832},{"href":23},{"title":25},{"type":27,"componentName":27,"componentContent":835},{"title":9,"text":29,"config":836},{"id":31,"twoColumns":6},{"type":33,"componentName":33,"componentContent":838},{"anchors":839,"components":859},{"text":36,"data":840},[841,843,845,847,849,851,853,855,857],{"text":39,"config":842},{"href":41},{"text":43,"config":844},{"href":45},{"text":47,"config":846},{"href":49},{"text":51,"config":848},{"href":53},{"text":55,"config":850},{"href":57},{"text":59,"config":852},{"href":61},{"text":63,"config":854},{"href":65},{"text":67,"config":856},{"href":69},{"text":71,"config":858},{"href":73},[860,863,866,869,872,875,878,881,884,887],{"type":76,"componentName":76,"componentContent":861},{"header":39,"text":78,"config":862},{"id":80},{"type":76,"componentName":76,"componentContent":864},{"header":43,"text":83,"config":865},{"id":85},{"type":76,"componentName":76,"componentContent":867},{"header":47,"text":88,"config":868},{"id":90},{"type":76,"componentName":76,"componentContent":870},{"header":51,"text":93,"config":871},{"id":95},{"type":76,"componentName":76,"componentContent":873},{"header":55,"text":98,"config":874},{"id":100},{"type":76,"componentName":76,"componentContent":876},{"header":59,"text":103,"config":877},{"id":105},{"type":76,"componentName":76,"componentContent":879},{"header":63,"text":108,"config":880},{"id":110},{"type":76,"componentName":76,"componentContent":882},{"header":67,"text":113,"config":883},{"id":115},{"type":76,"componentName":76,"componentContent":885},{"header":71,"text":118,"config":886},{"id":120},{"type":122,"componentName":122,"componentContent":888},{"subtitle":124,"primaryButton":889},{"text":126,"config":890},{"href":128},{"type":130,"componentName":130,"componentContent":892},{"header":132,"tabs":893},[894],{"name":135,"items":895,"config":911},[896,901,906],{"header":138,"type":139,"image":897,"link":899},{"altText":138,"config":898},{"src":142},{"text":144,"config":900},{"href":146,"icon":147,"modal":6},{"header":149,"type":139,"image":902,"link":904},{"altText":149,"config":903},{"src":152},{"text":144,"config":905},{"href":155,"icon":147,"modal":6},{"header":157,"type":139,"image":907,"link":909},{"altText":157,"config":908},{"src":160},{"text":144,"config":910},{"href":163,"icon":147,"modal":6},{"key":135},{"type":166,"componentName":166},1761814469286]