Skip to content

[ブラウザテスト] .envからDUSK_NO_MANUAL_ALL/DUSK_NO_API_TEST_ALLを設定できるように対応 #2196

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 11, 2025

Conversation

akagane99
Copy link
Contributor

@akagane99 akagane99 commented May 9, 2025

概要

Connect-CMS 1.x(Laravel8.x)ではdusk実行時の引数を指定しても、テスト実行できていましたが、
Laravel10.xでdusk実行時の引数は、テストケースのパスとして認識されるようになり、no_manual, no_api_test の引数がテストケースのパスとして誤認され、そんなテストケースはないのでエラーが出るようになりました。

そのため、現在のdusk実行時の引数を指定に加えて、.envからもDUSK_NO_MANUAL_ALL/DUSK_NO_API_TEST_ALLを設定できるよう修正しました。

簡易テスト

レビュー完了希望日

なし

関連Pull requests/Issues

参考

なし

DB変更の有無

無し

チェックリスト

@akagane99 akagane99 self-assigned this May 9, 2025
@akagane99 akagane99 added the developer update 開発者向けの更新 label May 9, 2025
@akagane99 akagane99 changed the title [ブラウザテスト] .envからDUSK_NO_MANUAL/DUSK_NO_API_TESTを設定できるように対応 [ブラウザテスト] .envからDUSK_NO_MANUAL_ALL/DUSK_NO_API_TEST_ALLを設定できるように対応 May 11, 2025
@akagane99 akagane99 marked this pull request as ready for review May 11, 2025 08:51
@akagane99 akagane99 merged commit f76907b into master May 11, 2025
4 checks passed
@akagane99 akagane99 deleted the dev-dusk branch May 11, 2025 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
developer update 開発者向けの更新
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant