ec-cube icon indicating copy to clipboard operation
ec-cube copied to clipboard

Add E2E test for the GA tag.

Open dotani1111 opened this issue 1 year ago • 1 comments

概要(Overview・Refs Issue)

https://github.com/EC-CUBE/ec-cube/pull/4912

方針(Policy)

以下のフローを実装しています。

  1. 管理画面 > 基本設定から、 GAタグフォームにタグを設定
  2. フロントでタグが設定されているか確認

実装に関する補足(Appendix)

テスト(Test)

相談(Discussion)

マイナーバージョン互換性保持のための制限事項チェックリスト

  • [x] 既存機能の仕様変更はありません
  • [x] フックポイントの呼び出しタイミングの変更はありません
  • [x] フックポイントのパラメータの削除・データ型の変更はありません
  • [x] twigファイルに渡しているパラメータの削除・データ型の変更はありません
  • [x] Serviceクラスの公開関数の、引数の削除・データ型の変更はありません
  • [x] 入出力ファイル(CSVなど)のフォーマット変更はありません

レビュワー確認項目

  • [ ] 動作確認
  • [ ] コードレビュー
  • [ ] E2E/Unit テスト確認(テストの追加・変更が必要かどうか)
  • [ ] 互換性が保持されているか
  • [ ] セキュリティ上の問題がないか
    • [ ] 権限を超えた操作が可能にならないか
    • [ ] 不要なファイルアップロードがないか
    • [ ] 外部へ公開されるファイルや機能の追加ではないか
    • [ ] テンプレートでのエスケープ漏れがないか

dotani1111 avatar May 09 '24 09:05 dotani1111

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 82.76%. Comparing base (320adb9) to head (20ad2c4).

Additional details and impacted files
@@           Coverage Diff           @@
##              4.3    #6191   +/-   ##
=======================================
  Coverage   82.76%   82.76%           
=======================================
  Files         480      480           
  Lines       26431    26431           
=======================================
  Hits        21876    21876           
  Misses       4555     4555           
Flag Coverage Δ
E2E 82.76% <ø> (ø)
Unit 82.76% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

codecov[bot] avatar May 09 '24 09:05 codecov[bot]