Skip to content

Commit

Permalink
テストを分割して実施する2
Browse files Browse the repository at this point in the history
  • Loading branch information
dotani1111 committed Oct 30, 2023
1 parent fccabda commit 13ebabe
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions .github/workflows/vaddyscan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,27 +50,27 @@ jobs:
# command1: 'EA08SysteminfoCest'
# - vaddy_project: 'FRONT'
# command1: 'EF03OrderCest:order_ゲスト購入'
- vaddy_project: 'ADMIN01'
command1: 'EF01TopCest:topページ_初期表示'
command2: 'EF02ProductCest:product_商品一覧ソート'
command3: 'EF02ProductCest:product_商品詳細カート4'
- vaddy_project: 'ADMIN02'
command1: 'EF04CustomerCest:customer_会員登録正常'
command2: 'EF04CustomerCest:customer_会員登録利用規約'
- vaddy_project: 'FRONT'
command1: 'EF05MypageCest:mypage_ご注文履歴詳細'
command2: 'EF05MypageCest:mypage_お気に入り一覧'
command3: 'EF05MypageCest:mypage_会員情報編集'
command4: 'EF05MypageCest:mypage_お届け先編集作成変更'
command5: 'EF05MypageCest:mypage_お届け先編集削除'
command6: 'EF05MypageCest:mypage_退会手続き未実施'
# - vaddy_project: 'ADMIN01'
# command1: 'EF06OtherCest:other_パスワード再発行'
# command2: 'EF06OtherCest:other_ログアウト'
# command3: 'EF06OtherCest:other_当サイトについて'
# command4: 'EF06OtherCest:other_プライバシーポリシー'
# command5: 'EF06OtherCest:other_特定商取引法に基づく表記'
# command6: 'EF06OtherCest:other_お問い合わせ1'
# command1: 'EF01TopCest:topページ_初期表示'
# command2: 'EF02ProductCest:product_商品一覧ソート'
# command3: 'EF02ProductCest:product_商品詳細カート4'
# - vaddy_project: 'ADMIN02'
# command1: 'EF04CustomerCest:customer_会員登録正常'
# command2: 'EF04CustomerCest:customer_会員登録利用規約'
# - vaddy_project: 'FRONT'
# command1: 'EF05MypageCest:mypage_ご注文履歴詳細'
# command2: 'EF05MypageCest:mypage_お気に入り一覧'
# command3: 'EF05MypageCest:mypage_会員情報編集'
# command4: 'EF05MypageCest:mypage_お届け先編集作成変更'
# command5: 'EF05MypageCest:mypage_お届け先編集削除'
# command6: 'EF05MypageCest:mypage_退会手続き未実施'
- vaddy_project: 'ADMIN01'
command1: 'EF06OtherCest:other_パスワード再発行'
command2: 'EF06OtherCest:other_ログアウト'
command3: 'EF06OtherCest:other_当サイトについて'
command4: 'EF06OtherCest:other_プライバシーポリシー'
command5: 'EF06OtherCest:other_特定商取引法に基づく表記'
command6: 'EF06OtherCest:other_お問い合わせ1'
services:
postgres:
image: postgres:14
Expand Down

0 comments on commit 13ebabe

Please sign in to comment.