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