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