1

学習者は、「ステップの実装が見つかりません: Google ページを開きます」というエラーが表示され続けます。

ここに私のレポがあります https://github.com/PatoDeVille/TsBDDtest.git

ここのドキュメントをチェックしましたhttps://www.npmjs.com/package/cypress-cucumber-preprocessor#cypress-configurationすべて問題ないようです。

私がフォローしているチュートリアルはhttps://www.youtube.com/watch?v=ZM7bzu0zIT8です

また、Cypress.io と Cucumber.io のテスト統合の問題を確認しました。Step implementation missing for:とバグはまだ存在します

/package.json devDependencies

{
    "browserify": "^16.2.3",
    "cypress": "^7.3.0",
    "cypress-cucumber-preprocessor": "^4.1.0",
    "node-static": "^0.7.11",
    "typescript": "^2.9.2"
  }

/サイプレス.json

{
    "testFiles": "**/*.feature"
}

/.cypress-cucumber-preprocessorrc.json

{
    "nonGlobalStepDefinitions": true,
    "step_definitions": "cypress/support/step_definitions/"
  }
4

1 に答える 1