Skip to content
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

Codeception の実行環境を分離する #480

Closed
nanasess opened this issue Sep 27, 2021 · 1 comment
Closed

Codeception の実行環境を分離する #480

nanasess opened this issue Sep 27, 2021 · 1 comment
Milestone

Comments

@nanasess
Copy link
Contributor

nanasess commented Sep 27, 2021

現在、EC-CUBE2系はPHP5.4をサポートしているが、 このバージョンで実行可能な Codeception は 2.4.1 という古いバージョンを使用している。
また、PHP5.4 では Codeception の Cest形式 を使用することができず、開発効率が悪い。

EC-CUBE本体は PHP5.4 の環境で実行し、 Codeception は本体に依存せず、最新のバージョンを使用できるようにしたい。

以下、対応案

  1. Codeception を管理するための composer.json を別途用意する
  2. E2Eテストのカバレッジを取得する #455 でやっているように、--ignore-platform-reqを使用して Codeception をインストールする
    • GitHub Actions で実行する場合は良いが、手順が煩雑になる
  3. TypeScript など別の言語で Selenium のテストケースを書く(refs [ご意見ください]OWASP ZAP のアクティブスキャンとE2Eテストをまとめて実行する試み #482)
@nanasess
Copy link
Contributor Author

#482 がマージされましたのでクローズします

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant