new

improved

fixed

2.6.33

  • 🔥[New Feature] You can now easily view which test scenarios are associated with each endpoint or case, helping you understand the extent of automation test coverage for them. Additionally, the project's
    Overview
    page now displays the stats case coverage and test scenario coverage stats.
associated-test-scenario
  • 🔥[New Feature] You can now extract variables and set assertions directly from the response results in
    Test Reports
    with a single click.
  • 🔥[New Feature] You can right-click on the selected parameter values to encode it with
    EncodeURIComponent
    or decode it with
    DecodeURIComponent
    , or store it in a variable.
parameter-encoding-decoding
  • 🔥[New Feature] The project
    Overview
    page now makes it easier to export OAS files, with options to configure the
    Title
    ,
    Version
    , and use JSON/YAML for additional customizations, etc.
project-overview
  • 🔥[New Feature] Support for deploying a
    self-hosted Runner
    within an
    organization
    , which can be used by all teams in the organization.
  • 🔥[New Feature]
    Vault Secrets
    now supports integration with external secret providers such as
    HashiCorp Vault
    ,
    Azure Key Vault
    , and
    AWS Secrets Manager
    . Secrets fetched are stored encrypted on the local client.
  • ⚡️[Optimization] Improved the user interface for automated tests, including the test scenario design page and the test running page, enabling better parallel multitasking.
  • ⚡️[Optimization] You can view the usage details of features with a limited quota across the entire organization.
  • ⚡️[Optimization] If the response passes validation, the result will show now, making it more intuitive.
  • ⚡️[Optimization] Clicking
    Run in Apidog
    in the published documentation supports opening the project in the Apidog client.
  • 🐞 [Bug Fix] Fixed an issue where
    $$.mockRequest.formdata.get()
    did not work in Mock scripts.
  • 🐞 [Bug Fix] Fixed an issue where the custom script, added as a test step in an automated test, was lost after switching between a custom and public script.
  • 🐞 [Bug Fix] Fixed an issue in an automated test where endpoints referenced across projects, added as test steps with request parameters referencing schemas, were unable to automatically generate body parameters.
  • 🐞 [Bug Fix] Fixed an issue where the step count in the automated test did not include database and script steps.
  • 🐞 [Bug Fix] Fixed an issue where a test step, referenced from other test scenarios with a script as the first step, was not showing up in the test report.
  • 🐞 [Bug Fix] Fixed an issue where a team within an organization could not create multiple sprint branches under certain circumstances.
  • 🐞 [Bug Fix] Fixed an issue where clicking
    Run in Apidog
    in published documentation showed a permission error in certain situations.
  • 🐞 [Bug Fix] Fixed an issue where the in-site message did not display details after successfully inviting a member to join the organization.
  • 🐞 [Bug Fix] Fixed an issue where retrieving variable expressions reported an error when inserting dynamic values in database operations.
日本語:
  • 🔥【新機能】APIおよびAPIケースは、関連する
    テストシナリオ
    を確認でき、現在のAPI/ケースの自動テスト
    カバレッジ状況
    を確認できます。また、
    プロジェクト概要
    ページでは、プロジェクトの
    APIケースのカバレッジ
    および
    テストシナリオカバレッジ
    の統計データを表示することができます。
関連テストシナリオ
  • 🔥【新機能】
    テストレポート
    のレスポンス結果から、ワンクリックで
    抽出変数
    し、
    アサーション
    を設定できる機能をサポートします。
  • 🔥【新機能】パラメータテキストを選択後、右クリックすることで、
    EncodeURIComponent
    エンコードまたは
    DecodeURIComponent
    デコードが可能となり、そのテキストを変数に保存することもできます。
  • 🔥【新機能】
    プロジェクト概要
    ページから、より簡単にOASファイルをエクスポートできるようになり、
    タイトル
    バージョン
    の設定をサポートします。また、
    JSON
    YAML
    形式で追加のカスタマイズ情報を設定することもできます。
パラメーターのエンコードとデコード
  • 🔥【新機能】
    組織
    内で
    セルフホストランナー
    のデプロイをサポートし、組織内のすべてのチームがデプロイされたランナーを使用できるようになりました。
  • 🔥【新機能】Vault Secrets
    秘密鍵管理ストア
    は、外部のキー管理サービスと
    統合
    することができ、例えば
    HashiCorp Vault
    Azure Key Vault
    、および
    AWS Secrets Manager
    などと連携します。取得した秘密鍵はローカルクライアントに暗号化して保存されます。
プロジェクト概要
  • ⚡️【最適化】自動テストモジュールのオーケストレーションモードおよびテスト実行のインタラクションが最適化され、より効率的に複数のタスクを並行して処理できるようになりました。
  • ⚡️【最適化】
    組織
    内で、組織全体の機能使用量を確認できるようになりました。
  • ⚡️【最適化】レスポンスが検証を通過した場合、検証結果に
    合格
    と表示され、より直感的に確認できるようになりました。
  • ⚡️【最適化】公開されたドキュメントで
    Run in Apidog
    をクリックすると、クライアントを介してプロジェクトを開くことができるようになりました。
  • 🐞【バグ修正】Mockスクリプト内で
    $$.mockRequest.formdata.get()
    が機能しない問題を解決しました。
  • 🐞【バグ修正】自動テストでスクリプトをステップとして追加する際、公共スクリプトに切り替えた後、再度カスタムスクリプトに戻して保存するとカスタムスクリプトの内容が失われる問題を解決しました。
  • 🐞【バグ修正】自動テストで、クロスプロジェクトのAPIステップをインポートし、APIリクエストパラメータがデータモデルを参照する場合に、bodyパラメータが自動生成されない問題を解決しました。
  • 🐞【バグ修正】自動テストのグループ内でのステップ数の集計において、データベースおよびスクリプトが含まれていなかった問題を解決しました。
  • 🐞【バグ修正】他のテストシナリオを参照した際、最初のステップがスクリプトの場合、そのスクリプトステップがテストレポートに表示されない問題を解決しました。
  • 🐞【バグ修正】特定の状況で、組織内の一部のチームが複数のイテレーションブランチを作成できない問題を解決しました。
  • 🐞【バグ修正】特定の状況で、公開されたドキュメントで
    Run in Apidog
    をクリックした後、「権限がない」と表示される問題を解決しました。
  • 🐞【バグ修正】メンバーを組織に招待した後、システム通知に詳細が表示されない問題を解決しました。
  • 🐞【バグ修正】データベース操作で動的値を挿入する際、変数を読み取る式が誤っている問題を解決しました。