[{"data":1,"prerenderedAt":794},["ShallowReactive",2],{"/ja-jp/topics/devops/devops-test-automation":3,"navigation-ja-jp":173,"banner-ja-jp":569,"footer-ja-jp":579,"next-steps-ja-jp":785},{"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},"/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","BEFI1o2A673pOYimx2NcrOBu2JGh2HZlltLfuGqsK0E",{"data":174},{"logo":175,"freeTrial":180,"sales":185,"login":190,"items":195,"search":499,"minimal":532,"duo":549,"pricingDeployment":559},{"config":176},{"href":177,"dataGaName":178,"dataGaLocation":179},"/ja-jp/","gitlab logo","header",{"text":181,"config":182},"無料トライアルを開始",{"href":183,"dataGaName":184,"dataGaLocation":179},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com&glm_content=default-saas-trial/","free trial",{"text":186,"config":187},"お問い合わせ",{"href":188,"dataGaName":189,"dataGaLocation":179},"/ja-jp/sales/","sales",{"text":191,"config":192},"サインイン",{"href":193,"dataGaName":194,"dataGaLocation":179},"https://gitlab.com/users/sign_in/","sign in",[196,222,317,322,421,481],{"text":197,"config":198,"cards":200},"プラットフォーム",{"dataNavLevelOne":199},"platform",[201,207,215],{"title":197,"description":202,"link":203},"DevSecOpsに特化したインテリジェントオーケストレーションプラットフォーム",{"text":204,"config":205},"プラットフォームを詳しく見る",{"href":206,"dataGaName":199,"dataGaLocation":179},"/ja-jp/platform/",{"title":208,"description":209,"link":210},"GitLab Duo Agent Platform","ソフトウェアライフサイクル全体を支えるエージェント型AI",{"text":211,"config":212},"GitLab Duoのご紹介",{"href":213,"dataGaName":214,"dataGaLocation":179},"/ja-jp/gitlab-duo-agent-platform/","gitlab duo agent platform",{"title":216,"description":217,"link":218},"GitLabが選ばれる理由","エンタープライズがGitLabを選ぶ主な理由をご覧ください",{"text":142,"config":219},{"href":220,"dataGaName":221,"dataGaLocation":179},"/ja-jp/why-gitlab/","why gitlab",{"text":223,"left":167,"config":224,"link":226,"lists":230,"footer":299},"製品",{"dataNavLevelOne":225},"solutions",{"text":227,"config":228},"すべてのソリューションを表示",{"href":229,"dataGaName":225,"dataGaLocation":179},"/ja-jp/solutions/",[231,255,277],{"title":232,"description":233,"link":234,"items":239},"自動化","CI/CDと自動化でデプロイを加速",{"config":235},{"icon":236,"href":237,"dataGaName":238,"dataGaLocation":179},"AutomatedCodeAlt","/ja-jp/solutions/delivery-automation/","automated software delivery",[240,243,246,251],{"text":241,"config":242},"CI/CD",{"href":126,"dataGaLocation":179,"dataGaName":241},{"text":208,"config":244},{"href":213,"dataGaLocation":179,"dataGaName":245},"gitlab duo agent platform - product menu",{"text":247,"config":248},"ソースコード管理",{"href":249,"dataGaLocation":179,"dataGaName":250},"/ja-jp/solutions/source-code-management/","Source Code Management",{"text":252,"config":253},"自動化されたソフトウェアデリバリー",{"href":237,"dataGaLocation":179,"dataGaName":254},"Automated software delivery",{"title":256,"description":257,"link":258,"items":263},"セキュリティ","セキュリティを犠牲にすることなくコード作成を高速化",{"config":259},{"href":260,"dataGaName":261,"dataGaLocation":179,"icon":262},"/ja-jp/solutions/application-security-testing/","security and compliance","ShieldCheckLight",[264,268,273],{"text":265,"config":266},"Application Security Testing",{"href":260,"dataGaName":267,"dataGaLocation":179},"Application security testing",{"text":269,"config":270},"ソフトウェアサプライチェーンの安全性",{"href":271,"dataGaLocation":179,"dataGaName":272},"/ja-jp/solutions/supply-chain/","Software supply chain security",{"text":274,"config":275},"Software Compliance",{"href":276,"dataGaName":274,"dataGaLocation":179},"/ja-jp/solutions/software-compliance/",{"title":278,"link":279,"items":284},"測定",{"config":280},{"icon":281,"href":282,"dataGaName":283,"dataGaLocation":179},"DigitalTransformation","/ja-jp/solutions/visibility-measurement/","visibility and measurement",[285,289,294],{"text":286,"config":287},"可視性と測定",{"href":282,"dataGaLocation":179,"dataGaName":288},"Visibility and Measurement",{"text":290,"config":291},"バリューストリーム管理",{"href":292,"dataGaLocation":179,"dataGaName":293},"/ja-jp/solutions/value-stream-management/","Value Stream Management",{"text":295,"config":296},"分析とインサイト",{"href":297,"dataGaLocation":179,"dataGaName":298},"/ja-jp/solutions/analytics-and-insights/","Analytics and insights",{"title":300,"items":301},"GitLabが活躍する場所",[302,307,312],{"text":303,"config":304},"Enterprise",{"href":305,"dataGaLocation":179,"dataGaName":306},"/ja-jp/enterprise/","enterprise",{"text":308,"config":309},"スモールビジネス",{"href":310,"dataGaLocation":179,"dataGaName":311},"/ja-jp/small-business/","small business",{"text":313,"config":314},"公共機関",{"href":315,"dataGaLocation":179,"dataGaName":316},"/ja-jp/solutions/public-sector/","public sector",{"text":318,"config":319},"価格",{"href":320,"dataGaName":321,"dataGaLocation":179,"dataNavLevelOne":321},"/ja-jp/pricing/","pricing",{"text":323,"config":324,"link":325,"lists":329,"feature":408},"関連リソース",{"dataNavLevelOne":133},{"text":326,"config":327},"すべてのリソースを表示",{"href":328,"dataGaName":133,"dataGaLocation":179},"/ja-jp/resources/",[330,363,380],{"title":331,"items":332},"はじめに",[333,338,343,348,353,358],{"text":334,"config":335},"インストール",{"href":336,"dataGaName":337,"dataGaLocation":179},"/ja-jp/install/","install",{"text":339,"config":340},"クイックスタートガイド",{"href":341,"dataGaName":342,"dataGaLocation":179},"/ja-jp/get-started/","quick setup checklists",{"text":344,"config":345},"学ぶ",{"href":346,"dataGaLocation":179,"dataGaName":347},"https://university.gitlab.com/","learn",{"text":349,"config":350},"製品ドキュメント",{"href":351,"dataGaName":352,"dataGaLocation":179},"https://docs.gitlab.com/","product documentation",{"text":354,"config":355},"ベストプラクティスビデオ",{"href":356,"dataGaName":357,"dataGaLocation":179},"/ja-jp/getting-started-videos/","best practice videos",{"text":359,"config":360},"インテグレーション",{"href":361,"dataGaName":362,"dataGaLocation":179},"/ja-jp/integrations/","integrations",{"title":364,"items":365},"検索する",[366,371,375],{"text":367,"config":368},"お客様成功事例",{"href":369,"dataGaName":370,"dataGaLocation":179},"/ja-jp/customers/","customer success stories",{"text":137,"config":372},{"href":373,"dataGaName":374,"dataGaLocation":179},"/ja-jp/blog/","blog",{"text":376,"config":377},"リモート",{"href":378,"dataGaName":379,"dataGaLocation":179},"https://handbook.gitlab.com/handbook/company/culture/all-remote/","remote",{"title":381,"items":382},"つなげる",[383,388,393,398,403],{"text":384,"config":385},"GitLabサービス",{"href":386,"dataGaName":387,"dataGaLocation":179},"/ja-jp/services/","services",{"text":389,"config":390},"コミュニティ",{"href":391,"dataGaName":392,"dataGaLocation":179},"/community/","community",{"text":394,"config":395},"フォーラム",{"href":396,"dataGaName":397,"dataGaLocation":179},"https://forum.gitlab.com/","forum",{"text":399,"config":400},"イベント",{"href":401,"dataGaName":402,"dataGaLocation":179},"/events/","events",{"text":404,"config":405},"パートナー",{"href":406,"dataGaName":407,"dataGaLocation":179},"/ja-jp/partners/","partners",{"backgroundColor":409,"textColor":410,"text":411,"image":412,"link":416},"#2f2a6b","#fff","ソフトウェア開発の未来への洞察",{"altText":413,"config":414},"ソースプロモカード",{"src":415},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758208064/dzl0dbift9xdizyelkk4.svg",{"text":417,"config":418},"最新情報を読む",{"href":419,"dataGaName":420,"dataGaLocation":179},"/ja-jp/the-source/","the source",{"text":422,"config":423,"lists":425},"会社情報",{"dataNavLevelOne":424},"company",[426],{"items":427},[428,433,439,441,446,451,456,461,466,471,476],{"text":429,"config":430},"GitLabについて",{"href":431,"dataGaName":432,"dataGaLocation":179},"/ja-jp/company/","about",{"text":434,"config":435,"footerGa":438},"採用情報",{"href":436,"dataGaName":437,"dataGaLocation":179},"/jobs/","jobs",{"dataGaName":437},{"text":399,"config":440},{"href":401,"dataGaName":402,"dataGaLocation":179},{"text":442,"config":443},"経営陣",{"href":444,"dataGaName":445,"dataGaLocation":179},"/company/team/e-group/","leadership",{"text":447,"config":448},"チーム",{"href":449,"dataGaName":450,"dataGaLocation":179},"/company/team/","team",{"text":452,"config":453},"ハンドブック",{"href":454,"dataGaName":455,"dataGaLocation":179},"https://handbook.gitlab.com/","handbook",{"text":457,"config":458},"投資家向け情報",{"href":459,"dataGaName":460,"dataGaLocation":179},"https://ir.gitlab.com/","investor relations",{"text":462,"config":463},"トラストセンター",{"href":464,"dataGaName":465,"dataGaLocation":179},"/ja-jp/security/","trust center",{"text":467,"config":468},"AI Transparency Center",{"href":469,"dataGaName":470,"dataGaLocation":179},"/ja-jp/ai-transparency-center/","ai transparency center",{"text":472,"config":473},"ニュースレター",{"href":474,"dataGaName":475,"dataGaLocation":179},"/company/contact/#contact-forms","newsletter",{"text":477,"config":478},"プレス",{"href":479,"dataGaName":480,"dataGaLocation":179},"/press/","press",{"text":186,"config":482,"lists":483},{"dataNavLevelOne":424},[484],{"items":485},[486,489,494],{"text":186,"config":487},{"href":188,"dataGaName":488,"dataGaLocation":179},"talk to sales",{"text":490,"config":491},"サポートポータル",{"href":492,"dataGaName":493,"dataGaLocation":179},"https://support.gitlab.com","support portal",{"text":495,"config":496},"カスタマーポータル",{"href":497,"dataGaName":498,"dataGaLocation":179},"https://customers.gitlab.com/customers/sign_in/","customer portal",{"close":500,"login":501,"suggestions":508},"閉じる",{"text":502,"link":503},"リポジトリとプロジェクトを検索するには、次にログインします",{"text":504,"config":505},"GitLab.com",{"href":193,"dataGaName":506,"dataGaLocation":507},"search login","search",{"text":509,"default":510},"提案",[511,513,518,520,524,528],{"text":208,"config":512},{"href":213,"dataGaName":208,"dataGaLocation":507},{"text":514,"config":515},"コード提案（AI）",{"href":516,"dataGaName":517,"dataGaLocation":507},"/ja-jp/solutions/code-suggestions/","Code Suggestions (AI)",{"text":241,"config":519},{"href":126,"dataGaName":241,"dataGaLocation":507},{"text":521,"config":522},"GitLab on AWS",{"href":523,"dataGaName":521,"dataGaLocation":507},"/ja-jp/partners/technology-partners/aws/",{"text":525,"config":526},"GitLab on Google Cloud",{"href":527,"dataGaName":525,"dataGaLocation":507},"/ja-jp/partners/technology-partners/google-cloud-platform/",{"text":529,"config":530},"GitLabを選ぶ理由",{"href":220,"dataGaName":531,"dataGaLocation":507},"Why GitLab?",{"freeTrial":533,"mobileIcon":537,"desktopIcon":542,"secondaryButton":545},{"text":181,"config":534},{"href":535,"dataGaName":184,"dataGaLocation":536},"https://gitlab.com/-/trials/new/","nav",{"altText":538,"config":539},"GitLabアイコン",{"src":540,"dataGaName":541,"dataGaLocation":536},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203874/jypbw1jx72aexsoohd7x.svg","gitlab icon",{"altText":538,"config":543},{"src":544,"dataGaName":541,"dataGaLocation":536},"https://res.cloudinary.com/about-gitlab-com/image/upload/v1758203875/gs4c8p8opsgvflgkswz9.svg",{"text":331,"config":546},{"href":547,"dataGaName":548,"dataGaLocation":536},"https://gitlab.com/-/trial_registrations/new?glm_source=about.gitlab.com/ja-jp/compare/gitlab-vs-github/","get started",{"freeTrial":550,"mobileIcon":555,"desktopIcon":557},{"text":551,"config":552},"GitLab Duoの詳細について",{"href":553,"dataGaName":554,"dataGaLocation":536},"/ja-jp/gitlab-duo/","gitlab duo",{"altText":538,"config":556},{"src":540,"dataGaName":541,"dataGaLocation":536},{"altText":538,"config":558},{"src":544,"dataGaName":541,"dataGaLocation":536},{"freeTrial":560,"mobileIcon":565,"desktopIcon":567},{"text":561,"config":562},"料金ページに戻る",{"href":320,"dataGaName":563,"dataGaLocation":536,"icon":564},"back to pricing","GoBack",{"altText":538,"config":566},{"src":540,"dataGaName":541,"dataGaLocation":536},{"altText":538,"config":568},{"src":544,"dataGaName":541,"dataGaLocation":536},{"title":570,"button":571,"config":576},"エージェント型AIがソフトウェア配信をどのように変革するかをご覧ください",{"text":572,"config":573},"GitLab Transcendを今すぐ視聴",{"href":574,"dataGaName":575,"dataGaLocation":179},"/ja-jp/events/transcend/virtual/","transcend event",{"layout":577,"icon":578},"release","AiStar",{"data":580},{"text":581,"source":582,"edit":588,"contribute":593,"config":598,"items":603,"minimal":777},"GitはSoftware Freedom Conservancyの商標です。当社は「GitLab」をライセンスに基づいて使用しています",{"text":583,"config":584},"ページのソースを表示",{"href":585,"dataGaName":586,"dataGaLocation":587},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/","page source","footer",{"text":589,"config":590},"このページを編集",{"href":591,"dataGaName":592,"dataGaLocation":587},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/content/","web ide",{"text":594,"config":595},"ご協力をお願いします",{"href":596,"dataGaName":597,"dataGaLocation":587},"https://gitlab.com/gitlab-com/marketing/digital-experience/about-gitlab-com/-/blob/main/CONTRIBUTING.md/","please contribute",{"twitter":599,"facebook":600,"youtube":601,"linkedin":602},"https://twitter.com/gitlab","https://www.facebook.com/gitlab","https://www.youtube.com/channel/UCnMGQ8QHMAnVIsI3xJrihhg","https://www.linkedin.com/company/gitlab-com",[604,627,681,711,746],{"title":197,"links":605,"subMenu":610},[606],{"text":607,"config":608},"DevSecOpsプラットフォーム",{"href":206,"dataGaName":609,"dataGaLocation":587},"devsecops platform",[611],{"title":318,"links":612},[613,617,622],{"text":614,"config":615},"プランの表示",{"href":320,"dataGaName":616,"dataGaLocation":587},"view plans",{"text":618,"config":619},"Premiumを選ぶ理由",{"href":620,"dataGaName":621,"dataGaLocation":587},"/ja-jp/pricing/premium/","why premium",{"text":623,"config":624},"Ultimateを選ぶ理由",{"href":625,"dataGaName":626,"dataGaLocation":587},"/ja-jp/pricing/ultimate/","why ultimate",{"title":628,"links":629},"ソリューション",[630,635,638,640,645,650,654,657,660,665,667,669,671,676],{"text":631,"config":632},"デジタルトランスフォーメーション",{"href":633,"dataGaName":634,"dataGaLocation":587},"/ja-jp/topics/digital-transformation/","digital transformation",{"text":636,"config":637},"セキュリティとコンプライアンス",{"href":260,"dataGaName":267,"dataGaLocation":587},{"text":252,"config":639},{"href":237,"dataGaName":238,"dataGaLocation":587},{"text":641,"config":642},"アジャイル開発",{"href":643,"dataGaName":644,"dataGaLocation":587},"/ja-jp/solutions/agile-delivery/","agile delivery",{"text":646,"config":647},"クラウドトランスフォーメーション",{"href":648,"dataGaName":649,"dataGaLocation":587},"/ja-jp/topics/cloud-native/","cloud transformation",{"text":651,"config":652},"SCM",{"href":249,"dataGaName":653,"dataGaLocation":587},"source code management",{"text":241,"config":655},{"href":126,"dataGaName":656,"dataGaLocation":587},"continuous integration & delivery",{"text":290,"config":658},{"href":292,"dataGaName":659,"dataGaLocation":587},"value stream management",{"text":661,"config":662},"GitOps",{"href":663,"dataGaName":664,"dataGaLocation":587},"/ja-jp/solutions/gitops/","gitops",{"text":303,"config":666},{"href":305,"dataGaName":306,"dataGaLocation":587},{"text":308,"config":668},{"href":310,"dataGaName":311,"dataGaLocation":587},{"text":313,"config":670},{"href":315,"dataGaName":316,"dataGaLocation":587},{"text":672,"config":673},"教育",{"href":674,"dataGaName":675,"dataGaLocation":587},"/ja-jp/solutions/education/","education",{"text":677,"config":678},"金融サービス",{"href":679,"dataGaName":680,"dataGaLocation":587},"/ja-jp/solutions/finance/","financial services",{"title":323,"links":682},[683,685,687,689,692,694,697,699,701,703,705,707,709],{"text":334,"config":684},{"href":336,"dataGaName":337,"dataGaLocation":587},{"text":339,"config":686},{"href":341,"dataGaName":342,"dataGaLocation":587},{"text":344,"config":688},{"href":346,"dataGaName":347,"dataGaLocation":587},{"text":349,"config":690},{"href":351,"dataGaName":691,"dataGaLocation":587},"docs",{"text":137,"config":693},{"href":373,"dataGaName":374},{"text":695,"config":696},"お客様の成功事例",{"href":369,"dataGaLocation":587},{"text":367,"config":698},{"href":369,"dataGaName":370,"dataGaLocation":587},{"text":376,"config":700},{"href":378,"dataGaName":379,"dataGaLocation":587},{"text":384,"config":702},{"href":386,"dataGaName":387,"dataGaLocation":587},{"text":389,"config":704},{"href":391,"dataGaName":392,"dataGaLocation":587},{"text":394,"config":706},{"href":396,"dataGaName":397,"dataGaLocation":587},{"text":399,"config":708},{"href":401,"dataGaName":402,"dataGaLocation":587},{"text":404,"config":710},{"href":406,"dataGaName":407,"dataGaLocation":587},{"title":712,"links":713},"Company",[714,716,718,720,722,724,726,730,735,737,739,741],{"text":429,"config":715},{"href":431,"dataGaName":424,"dataGaLocation":587},{"text":434,"config":717},{"href":436,"dataGaName":437,"dataGaLocation":587},{"text":442,"config":719},{"href":444,"dataGaName":445,"dataGaLocation":587},{"text":447,"config":721},{"href":449,"dataGaName":450,"dataGaLocation":587},{"text":452,"config":723},{"href":454,"dataGaName":455,"dataGaLocation":587},{"text":457,"config":725},{"href":459,"dataGaName":460,"dataGaLocation":587},{"text":727,"config":728},"Sustainability",{"href":729,"dataGaName":727,"dataGaLocation":587},"/sustainability/",{"text":731,"config":732},"ダイバーシティ、インクルージョン、ビロンギング（DIB）",{"href":733,"dataGaName":734,"dataGaLocation":587},"/ja-jp/diversity-inclusion-belonging/","Diversity, inclusion and belonging",{"text":462,"config":736},{"href":464,"dataGaName":465,"dataGaLocation":587},{"text":472,"config":738},{"href":474,"dataGaName":475,"dataGaLocation":587},{"text":477,"config":740},{"href":479,"dataGaName":480,"dataGaLocation":587},{"text":742,"config":743},"現代奴隷制の透明性に関する声明",{"href":744,"dataGaName":745,"dataGaLocation":587},"https://handbook.gitlab.com/handbook/legal/modern-slavery-act-transparency-statement/","modern slavery transparency statement",{"title":186,"links":747},[748,750,755,757,762,767,772],{"text":186,"config":749},{"href":188,"dataGaName":189,"dataGaLocation":587},{"text":751,"config":752},"サポートを受ける",{"href":753,"dataGaName":754,"dataGaLocation":587},"/support/","get help",{"text":495,"config":756},{"href":497,"dataGaName":498,"dataGaLocation":587},{"text":758,"config":759},"ステータス",{"href":760,"dataGaName":761,"dataGaLocation":587},"https://status.gitlab.com/","status",{"text":763,"config":764},"利用規約",{"href":765,"dataGaName":766,"dataGaLocation":587},"/terms/","terms of use",{"text":768,"config":769},"プライバシーに関する声明",{"href":770,"dataGaName":771,"dataGaLocation":587},"/ja-jp/privacy/","privacy statement",{"text":773,"config":774},"Cookieの設定",{"dataGaName":775,"dataGaLocation":587,"id":776,"isOneTrustButton":167},"cookie preferences","ot-sdk-btn",{"items":778},[779,781,783],{"text":763,"config":780},{"href":765,"dataGaName":766,"dataGaLocation":587},{"text":768,"config":782},{"href":770,"dataGaName":771,"dataGaLocation":587},{"text":773,"config":784},{"dataGaName":775,"dataGaLocation":587,"id":776,"isOneTrustButton":167},{"header":786,"blurb":787,"button":788,"secondaryButton":792},"今すぐ開発をスピードアップ","DevSecOpsに特化したインテリジェントオーケストレーションプラットフォームで実現できることをご確認ください。\n",{"text":181,"config":789},{"href":790,"dataGaName":184,"dataGaLocation":791},"https://gitlab.com/-/trial_registrations/new?glm_content=default-saas-trial&glm_source=about.gitlab.com/","feature",{"text":186,"config":793},{"href":188,"dataGaName":189,"dataGaLocation":791},1772652108226]