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