We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
テストコード内でdotenv.config()しているのでbackground.tsのエンジン連携部分の実装を迂回してしまっている
dotenv.config()
background.ts
こうした特殊なことをせず、想定環境、ビルド手順と同じ方法で起動してテストしたい
実利用に近い状態のアプリケーションをテストできる
複数エンジンをside-by-sideインストールして、 パラメタライズドにテストするならこのままの方が効率がよい
色々試したが難しそう refs #4 ビルド、テスト実行、background.ts どこにどう手を入れるとうまくいくのかわからない
The text was updated successfully, but these errors were encountered:
参照するエンジンはNODE_ENVでも.envのDEFAULT_ENGINE_INFOSでもなくvue.config.js の
.env
DEFAULT_ENGINE_INFOS
voicevox/vue.config.js
Line 6 in 9532815
Sorry, something went wrong.
No branches or pull requests
内容
テストコード内で
dotenv.config()
しているのでbackground.ts
のエンジン連携部分の実装を迂回してしまっているこうした特殊なことをせず、想定環境、ビルド手順と同じ方法で起動してテストしたい
Pros 良くなる点
実利用に近い状態のアプリケーションをテストできる
Cons 悪くなる点
複数エンジンをside-by-sideインストールして、
パラメタライズドにテストするならこのままの方が効率がよい
実現方法
色々試したが難しそう refs #4
ビルド、テスト実行、
background.ts
どこにどう手を入れるとうまくいくのかわからないThe text was updated successfully, but these errors were encountered: