問題タブ [e2e]
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.
angular - Angular で Cucumber を使用して Protractor で ng e2e を実行すると、EPERM: operation not allowed, rename error が返されます
Angular プロジェクトでの E2E テストのために、分度器を Cucumber と共に使用しようとしています。分度器 v5.4.4 がインストールされています。最初ng e2e
にテストを実行したときは正常に実行されましたが、2 回目にはこのエラーが発生しました。
chromedriver_96.0.4664.45.exe
指定されたパスに既に存在します
テストを再度正常に実行するには、パスで指定されたフォルダーを削除してから、もう一度実行してから実行する必要がありますselenium
。npx webdriver-manager update
ng e2e
しかし、それは問題に対処するためのあまり良い方法ではありません。どんな助け/提案も大歓迎です。ありがとう!