問題タブ [cypress-cucumber-preprocessor]

For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.

0 投票する
2 に答える
613 参照

testing - サイプレス プロジェクトの異なるフォルダーの場所にある 2 つの stepdefinitions.ts ファイルを使用する方法は?

これは、package.json に記述されている方法です。別の場所の別の .ts ファイルを追加して、機能ファイルが実行されているときに両方のステップ定義ファイルをチェックして自動実装する方法はありますか?

編集:2つの異なるフォルダーの場所にstepdefinitionsファイルを含めて指定できる他のプリプロセッサーがあるかどうかも知る必要があります。

あれは、

テストの実行中にcypresssrc/shared/support/step_definitions/がステップ定義を検索できる 2 つの場所を指定する必要はありません。それを可能にするプリプロセッサはありますか?

0 投票する
1 に答える
478 参照

node.js - jenkinsで実行中に実際のdotenv(.env)ファイルを無視するにはどうすればよいですか

dotenvサイプレスでは、ジェンキンは実際の環境変数で実行されるため、ジェンキンで実行中に(.env)ファイルを無視するにはどうすればよいですか。今No such file or directory open/student-proj/.env 、ジェンキンスで実行されているかどうかを確認するにはどうすればよいですか?それ以外の場合は、実際の環境変数を使用し.env ますか?

plugins/index.js