[{"data":1,"prerenderedAt":823},["ShallowReactive",2],{"/ja-jp/topics/devops/devops-test-automation/":3,"navigation-ja-jp":173,"banner-ja-jp":586,"footer-ja-jp":598,"next-steps-ja-jp":808},{"_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},"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},"/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,289,294],{"text":286,"config":287},"セキュリティとコンプライアンス",{"href":281,"dataGaLocation":181,"dataGaName":288},"Security & Compliance",{"text":290,"config":291},"ソフトウェアサプライチェーンの安全性",{"href":292,"dataGaLocation":181,"dataGaName":293},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":295,"config":296},"コンプライアンスとガバナンス",{"href":297,"dataGaLocation":181,"dataGaName":298},"/ja-jp/solutions/continuous-software-compliance/","Compliance and governance",{"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},"/images/navigation/the-source-promo-card.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},"/images/brand/gitlab-logo-tanuki.svg","gitlab icon",{"altText":566,"config":571},{"src":572,"dataGaName":569,"dataGaLocation":564},"/images/brand/gitlab-logo-type.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":593,"_id":595,"_type":168,"_source":169,"_file":596,"_stem":597,"_extension":172},"/shared/ja-jp/banner","GitLab Duo Agent Platformがパブリックベータ版で利用可能になりました！",{"text":144,"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,734,768],{"title":199,"links":625,"subMenu":630},[626],{"text":627,"config":628},"DevSecOpsプラットフォーム",{"href":208,"dataGaName":629,"dataGaLocation":607},"devsecops platform",[631],{"title":340,"links":632},[633,637,642],{"text":634,"config":635},"プランの表示",{"href":342,"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":286,"config":656},{"href":281,"dataGaName":657,"dataGaLocation":607},"security & compliance",{"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":312,"config":678},{"href":314,"dataGaName":679,"dataGaLocation":607},"value stream management",{"text":681,"config":682},"GitOps",{"href":683,"dataGaName":684,"dataGaLocation":607},"/ja-jp/solutions/gitops/","gitops",{"text":325,"config":686},{"href":327,"dataGaName":328,"dataGaLocation":607},{"text":330,"config":688},{"href":332,"dataGaName":333,"dataGaLocation":607},{"text":335,"config":690},{"href":337,"dataGaName":338,"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":345,"links":702},[703,705,707,709,712,714,718,720,722,724,726,728,730,732],{"text":356,"config":704},{"href":358,"dataGaName":359,"dataGaLocation":607},{"text":361,"config":706},{"href":363,"dataGaName":364,"dataGaLocation":607},{"text":366,"config":708},{"href":368,"dataGaName":369,"dataGaLocation":607},{"text":371,"config":710},{"href":373,"dataGaName":711,"dataGaLocation":607},"docs",{"text":139,"config":713},{"href":395,"dataGaName":396},{"text":715,"config":716},"お客様の成功事例",{"href":717,"dataGaLocation":607},"/customers/",{"text":389,"config":719},{"href":391,"dataGaName":392,"dataGaLocation":607},{"text":398,"config":721},{"href":400,"dataGaName":401,"dataGaLocation":607},{"text":411,"config":723},{"href":413,"dataGaName":414,"dataGaLocation":607},{"text":403,"config":725},{"href":405,"dataGaName":406,"dataGaLocation":607},{"text":416,"config":727},{"href":418,"dataGaName":419,"dataGaLocation":607},{"text":421,"config":729},{"href":423,"dataGaName":424,"dataGaLocation":607},{"text":426,"config":731},{"href":428,"dataGaName":429,"dataGaLocation":607},{"text":431,"config":733},{"href":433,"dataGaName":434,"dataGaLocation":607},{"title":449,"links":735},[736,738,740,742,744,746,748,752,757,759,761,763],{"text":456,"config":737},{"href":458,"dataGaName":451,"dataGaLocation":607},{"text":461,"config":739},{"href":463,"dataGaName":464,"dataGaLocation":607},{"text":469,"config":741},{"href":471,"dataGaName":472,"dataGaLocation":607},{"text":474,"config":743},{"href":476,"dataGaName":477,"dataGaLocation":607},{"text":479,"config":745},{"href":481,"dataGaName":482,"dataGaLocation":607},{"text":484,"config":747},{"href":486,"dataGaName":487,"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":489,"config":758},{"href":491,"dataGaName":492,"dataGaLocation":607},{"text":499,"config":760},{"href":501,"dataGaName":502,"dataGaLocation":607},{"text":504,"config":762},{"href":506,"dataGaName":507,"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":517,"config":773},{"href":519,"dataGaName":520,"dataGaLocation":607},{"text":522,"config":775},{"href":524,"dataGaName":525,"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",1753981688734]