improved

fixed

2.6.23

  • ⚡️[Optimization] When generating time in
    ISO 8601
    format using the dynamic value
    {{$date.isoTimestamp}}
    or the processing function
    formatISO
    , it defaults to UTC. You can customize the timezone and formatting style, and decide whether to exclude milliseconds or display only the date or time.
  • ⚡️[Optimization] After manually specifying the timezone when generating time in
    ISO 8601
    format, the time string no longer ends with
    Z
    but instead with a specific time lag.
  • 🐞[Bug Fix] Fixed the issue where the content type of the response data in Mock expectation is always text/html.
  • 🐞[Bug Fix] Fixed an issue where, on the detailed test report page, clicking on a test scenario from a run step referenced across teams would sometimes incorrectly prompt that the scenario does not exist.
日本語:
  • ⚡️【最適化】動的値
    {{$date.isoTimestamp}}
    または追加の処理関数
    formatISO
    を使用して
    ISO 8601
    形式の時間を生成する際、デフォルトでは協定世界時 (UTC) が使用されますが、タイムゾーン、フォーマットスタイル、ミリ秒の除外、日付または時刻のみを表示するかどうかを設定できます。
  • ⚡️【最適化】
    ISO 8601
    形式の時間を生成し、
    タイムゾーン
    を手動で指定した場合、時間文字列は
    Z
    で終わらず、具体的な
    時差
    で終わるようになりました。
  • 🐞【バグ修正】Mock の期待されるResponseデータの Content-Type が常に text/html になる問題を解決しました。
  • 🐞【バグ修正】テストレポートのステップ詳細で、他チームからインポートされたテストシナリオをクリックすると、時々「シナリオが存在しない」と表示される問題を解決しました。