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