問題タブ [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.
javascript - サイプレス プロジェクトの gitlab パイプラインで openVpn に接続する方法
私はヒノキのプロジェクトに取り組んでいます。GitLab でパイプラインをセットアップしました。私のアプリケーションは、Open VPN 経由で接続されたプライベート ネットワーク上でのみ動作します。
それを.gitlab-ci.ymlファイルに追加する方法を教えてもらえますか???
私の .gitlab-ci.yml は次のとおりです。
私のpackage.jsonは次のとおりです。
javascript - json データを Cypress の変数に保存する方法
Cypressで以下のような形式でjsonファイルから従業員IDを取得しようとしていますが、次のようなエラーが返されます
Cannot read property 'name' of null
ユーザー名 "Devin Miller" の従業員 ID を取得するにはどうすればよいですか? 助けてください
以下は私のコードです
以下を実行しようとすると、エラーが返されます