[{"data":1,"prerenderedAt":824},["ShallowReactive",2],{"/ja-jp/topics/devops/devops-test-automation/":3,"navigation-ja-jp":173,"banner-ja-jp":586,"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},"/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":582,"_type":168,"title":583,"_source":169,"_file":584,"_stem":585,"_extension":172},"/shared/ja-jp/main-navigation","ja-jp",{"logo":177,"freeTrial":182,"sales":187,"login":192,"items":197,"search":526,"minimal":560,"duo":573},{"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,339,344,448,508],{"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":321},"製品",true,{"dataNavLevelOne":245},"solutions",{"text":247,"config":248},"すべてのソリューションを表示",{"href":249,"dataGaName":245,"dataGaLocation":181},"/ja-jp/solutions/",[251,276,299],{"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/security-compliance/","security and compliance","ShieldCheckLight",[285,290,295],{"text":286,"config":287},"Application Security Testing",{"href":288,"dataGaName":289,"dataGaLocation":181},"/solutions/application-security-testing/","Application security testing",{"text":291,"config":292},"ソフトウェアサプライチェーンの安全性",{"href":293,"dataGaLocation":181,"dataGaName":294},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":296,"config":297},"Software Compliance",{"href":298,"dataGaName":296,"dataGaLocation":181},"/solutions/software-compliance/",{"title":300,"link":301,"items":306},"測定",{"config":302},{"icon":303,"href":304,"dataGaName":305,"dataGaLocation":181},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[307,311,316],{"text":308,"config":309},"可視性と測定",{"href":304,"dataGaLocation":181,"dataGaName":310},"Visibility and Measurement",{"text":312,"config":313},"バリューストリーム管理",{"href":314,"dataGaLocation":181,"dataGaName":315},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":317,"config":318},"分析とインサイト",{"href":319,"dataGaLocation":181,"dataGaName":320},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":322,"items":323},"GitLabが活躍する場所",[324,329,334],{"text":325,"config":326},"Enterprise",{"href":327,"dataGaLocation":181,"dataGaName":328},"/ja-jp/enterprise/","enterprise",{"text":330,"config":331},"スモールビジネス",{"href":332,"dataGaLocation":181,"dataGaName":333},"/ja-jp/small-business/","small business",{"text":335,"config":336},"公共機関",{"href":337,"dataGaLocation":181,"dataGaName":338},"/ja-jp/solutions/public-sector/","public sector",{"text":340,"config":341},"価格",{"href":342,"dataGaName":343,"dataGaLocation":181,"dataNavLevelOne":343},"/ja-jp/pricing/","pricing",{"text":345,"config":346,"link":347,"lists":351,"feature":435},"関連リソース",{"dataNavLevelOne":135},{"text":348,"config":349},"すべてのリソースを表示",{"href":350,"dataGaName":135,"dataGaLocation":181},"/ja-jp/resources/",[352,385,407],{"title":353,"items":354},"はじめに",[355,360,365,370,375,380],{"text":356,"config":357},"インストール",{"href":358,"dataGaName":359,"dataGaLocation":181},"/ja-jp/install/","install",{"text":361,"config":362},"クイックスタートガイド",{"href":363,"dataGaName":364,"dataGaLocation":181},"/ja-jp/get-started/","quick setup checklists",{"text":366,"config":367},"学ぶ",{"href":368,"dataGaLocation":181,"dataGaName":369},"https://university.gitlab.com/","learn",{"text":371,"config":372},"製品ドキュメント",{"href":373,"dataGaName":374,"dataGaLocation":181},"https://docs.gitlab.com/","product documentation",{"text":376,"config":377},"ベストプラクティスビデオ",{"href":378,"dataGaName":379,"dataGaLocation":181},"/ja-jp/getting-started-videos/","best practice videos",{"text":381,"config":382},"インテグレーション",{"href":383,"dataGaName":384,"dataGaLocation":181},"/ja-jp/integrations/","integrations",{"title":386,"items":387},"検索する",[388,393,397,402],{"text":389,"config":390},"お客様成功事例",{"href":391,"dataGaName":392,"dataGaLocation":181},"/ja-jp/customers/","customer success stories",{"text":139,"config":394},{"href":395,"dataGaName":396,"dataGaLocation":181},"/ja-jp/blog/","blog",{"text":398,"config":399},"リモート",{"href":400,"dataGaName":401,"dataGaLocation":181},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"text":403,"config":404},"TeamOps",{"href":405,"dataGaName":406,"dataGaLocation":181},"/ja-jp/teamops/","teamops",{"title":408,"items":409},"つなげる",[410,415,420,425,430],{"text":411,"config":412},"GitLabサービス",{"href":413,"dataGaName":414,"dataGaLocation":181},"/ja-jp/services/","services",{"text":416,"config":417},"コミュニティ",{"href":418,"dataGaName":419,"dataGaLocation":181},"/community/","community",{"text":421,"config":422},"フォーラム",{"href":423,"dataGaName":424,"dataGaLocation":181},"https://forum.gitlab.com/","forum",{"text":426,"config":427},"イベント",{"href":428,"dataGaName":429,"dataGaLocation":181},"/events/","events",{"text":431,"config":432},"パートナー",{"href":433,"dataGaName":434,"dataGaLocation":181},"/ja-jp/partners/","partners",{"backgroundColor":436,"textColor":437,"text":438,"image":439,"link":443},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":440,"config":441},"ソースプロモカード",{"src":442},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":444,"config":445},"最新情報を読む",{"href":446,"dataGaName":447,"dataGaLocation":181},"/ja-jp/the-source/","the source",{"text":449,"config":450,"lists":452},"Company",{"dataNavLevelOne":451},"company",[453],{"items":454},[455,460,466,468,473,478,483,488,493,498,503],{"text":456,"config":457},"GitLabについて",{"href":458,"dataGaName":459,"dataGaLocation":181},"/ja-jp/company/","about",{"text":461,"config":462,"footerGa":465},"採用情報",{"href":463,"dataGaName":464,"dataGaLocation":181},"/jobs/","jobs",{"dataGaName":464},{"text":426,"config":467},{"href":428,"dataGaName":429,"dataGaLocation":181},{"text":469,"config":470},"経営陣",{"href":471,"dataGaName":472,"dataGaLocation":181},"/company/team/e-group/","leadership",{"text":474,"config":475},"チーム",{"href":476,"dataGaName":477,"dataGaLocation":181},"/company/team/","team",{"text":479,"config":480},"ハンドブック",{"href":481,"dataGaName":482,"dataGaLocation":181},"https://handbook.gitlab.com/","handbook",{"text":484,"config":485},"投資家向け情報",{"href":486,"dataGaName":487,"dataGaLocation":181},"https://ir.gitlab.com/","investor relations",{"text":489,"config":490},"トラストセンター",{"href":491,"dataGaName":492,"dataGaLocation":181},"/ja-jp/security/","trust center",{"text":494,"config":495},"AI Transparency Center",{"href":496,"dataGaName":497,"dataGaLocation":181},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":499,"config":500},"ニュースレター",{"href":501,"dataGaName":502,"dataGaLocation":181},"/company/contact/","newsletter",{"text":504,"config":505},"プレス",{"href":506,"dataGaName":507,"dataGaLocation":181},"/press/","press",{"text":188,"config":509,"lists":510},{"dataNavLevelOne":451},[511],{"items":512},[513,516,521],{"text":188,"config":514},{"href":190,"dataGaName":515,"dataGaLocation":181},"talk to sales",{"text":517,"config":518},"サポートを受ける",{"href":519,"dataGaName":520,"dataGaLocation":181},"/support/","get help",{"text":522,"config":523},"カスタマーポータル",{"href":524,"dataGaName":525,"dataGaLocation":181},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":527,"login":528,"suggestions":535},"閉じる",{"text":529,"link":530},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":531,"config":532},"GitLab.com",{"href":195,"dataGaName":533,"dataGaLocation":534},"search login","search",{"text":536,"default":537},"提案",[538,541,546,548,552,556],{"text":210,"config":539},{"href":215,"dataGaName":540,"dataGaLocation":534},"GitLab Duo (AI)",{"text":542,"config":543},"コード提案（AI）",{"href":544,"dataGaName":545,"dataGaLocation":534},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":261,"config":547},{"href":128,"dataGaName":261,"dataGaLocation":534},{"text":549,"config":550},"GitLab on AWS",{"href":551,"dataGaName":549,"dataGaLocation":534},"/ja-jp/partners/technology-partners/aws/",{"text":553,"config":554},"GitLab on Google Cloud",{"href":555,"dataGaName":553,"dataGaLocation":534},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":557,"config":558},"GitLabを選ぶ理由",{"href":222,"dataGaName":559,"dataGaLocation":534},"Why GitLab?",{"freeTrial":561,"mobileIcon":565,"desktopIcon":570},{"text":183,"config":562},{"href":563,"dataGaName":186,"dataGaLocation":564},"https://gitlab.com/-/trials/new/","nav",{"altText":566,"config":567},"GitLabアイコン",{"src":568,"dataGaName":569,"dataGaLocation":564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":566,"config":571},{"src":572,"dataGaName":569,"dataGaLocation":564},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"freeTrial":574,"mobileIcon":578,"desktopIcon":580},{"text":575,"config":576},"GitLab Duoの詳細について",{"href":215,"dataGaName":577,"dataGaLocation":564},"gitlab duo",{"altText":566,"config":579},{"src":568,"dataGaName":569,"dataGaLocation":564},{"altText":566,"config":581},{"src":572,"dataGaName":569,"dataGaLocation":564},"content:shared:ja-jp:main-navigation.yml","Main Navigation","shared/ja-jp/main-navigation.yml","shared/ja-jp/main-navigation",{"_path":587,"_dir":175,"_draft":6,"_partial":6,"_locale":7,"title":588,"button":589,"config":594,"_id":596,"_type":168,"_source":169,"_file":597,"_stem":598,"_extension":172},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":590,"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":340,"links":633},[634,638,643],{"text":635,"config":636},"プランの表示",{"href":342,"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":657,"config":658},"セキュリティとコンプライアンス",{"href":288,"dataGaName":289,"dataGaLocation":608},{"text":273,"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":270,"dataGaName":674,"dataGaLocation":608},"source code management",{"text":261,"config":676},{"href":128,"dataGaName":677,"dataGaLocation":608},"continuous integration & delivery",{"text":312,"config":679},{"href":314,"dataGaName":680,"dataGaLocation":608},"value stream management",{"text":682,"config":683},"GitOps",{"href":684,"dataGaName":685,"dataGaLocation":608},"/ja-jp/solutions/gitops/","gitops",{"text":325,"config":687},{"href":327,"dataGaName":328,"dataGaLocation":608},{"text":330,"config":689},{"href":332,"dataGaName":333,"dataGaLocation":608},{"text":335,"config":691},{"href":337,"dataGaName":338,"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":345,"links":703},[704,706,708,710,713,715,719,721,723,725,727,729,731,733],{"text":356,"config":705},{"href":358,"dataGaName":359,"dataGaLocation":608},{"text":361,"config":707},{"href":363,"dataGaName":364,"dataGaLocation":608},{"text":366,"config":709},{"href":368,"dataGaName":369,"dataGaLocation":608},{"text":371,"config":711},{"href":373,"dataGaName":712,"dataGaLocation":608},"docs",{"text":139,"config":714},{"href":395,"dataGaName":396},{"text":716,"config":717},"お客様の成功事例",{"href":718,"dataGaLocation":608},"/customers/",{"text":389,"config":720},{"href":391,"dataGaName":392,"dataGaLocation":608},{"text":398,"config":722},{"href":400,"dataGaName":401,"dataGaLocation":608},{"text":411,"config":724},{"href":413,"dataGaName":414,"dataGaLocation":608},{"text":403,"config":726},{"href":405,"dataGaName":406,"dataGaLocation":608},{"text":416,"config":728},{"href":418,"dataGaName":419,"dataGaLocation":608},{"text":421,"config":730},{"href":423,"dataGaName":424,"dataGaLocation":608},{"text":426,"config":732},{"href":428,"dataGaName":429,"dataGaLocation":608},{"text":431,"config":734},{"href":433,"dataGaName":434,"dataGaLocation":608},{"title":449,"links":736},[737,739,741,743,745,747,749,753,758,760,762,764],{"text":456,"config":738},{"href":458,"dataGaName":451,"dataGaLocation":608},{"text":461,"config":740},{"href":463,"dataGaName":464,"dataGaLocation":608},{"text":469,"config":742},{"href":471,"dataGaName":472,"dataGaLocation":608},{"text":474,"config":744},{"href":476,"dataGaName":477,"dataGaLocation":608},{"text":479,"config":746},{"href":481,"dataGaName":482,"dataGaLocation":608},{"text":484,"config":748},{"href":486,"dataGaName":487,"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":489,"config":759},{"href":491,"dataGaName":492,"dataGaLocation":608},{"text":499,"config":761},{"href":501,"dataGaName":502,"dataGaLocation":608},{"text":504,"config":763},{"href":506,"dataGaName":507,"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":517,"config":774},{"href":519,"dataGaName":520,"dataGaLocation":608},{"text":522,"config":776},{"href":524,"dataGaName":525,"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",1758326256856]