-
Notifications
You must be signed in to change notification settings - Fork 346
refactor: electron用の.envを作成し、test.ymlをリファクタリング #2468
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
The head ref may contain hidden characters: "electron\u7528\u306E.env\u3092\u4F5C\u6210"
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
Files not reviewed (1)
- .env.test-electron: Language not supported
|
🚀 プレビュー用ページを作成しました 🚀 更新時点でのコミットハッシュ: |
d1ed175 to
be35707
Compare
|
.envファイルの扱い方をどうしようか迷っていて、知見ありそうな @sevenc-nanashi さんにレビューリクエストしました 🙇 ぶっちゃけどう管理するのが良いかよくわからない・・・。 |
これが安定かな~って思います。 |
|
@sevenc-nanashi こんな感じでどうでしょう・・・? |
sevenc-nanashi
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
よさそう!
|
レビューありがとうございます!!! マージします! |

内容
今までelectron:e2eテストをするとき、test.yml内で
.env.testを.envにcpしてから書き換えるということをしていましたが、専用の.env.test-e2eを作ってそこから編集するように変更しました。ブラウザe2eテストをモックエンジンで行うPRで.env.testを使おうと思っている中、この処理コピー&編集処理が厄介だったので独立にしました。
関連 Issue
から切り出しました。
その他