You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running my code in the pipeline and installing the dependencies, it is showing that there are some obsolete dependencies. When reviewing my project, I see that these are Cucumber dependencies and not direct dependencies of my project.
👓 What did you see?
When running my code in the pipeline and installing the dependencies, it is showing that there are some obsolete dependencies. When reviewing my project, I see that these are Cucumber dependencies and not direct dependencies of my project.
✅ What did you expect to see?
Do not display dependency warnings
📦 Which tool/library version are you using?
node 20.15.1
cucumber/[email protected]
[email protected]
🔬 How could we reproduce it?
Install dependencies, attached are the dependencies of my project:
"devDependencies": {
"@playwright/test": "^1.45.2",
"@types/node": "^20.12.13",
"cross-env": "^7.0.3",
"cucumber-html-reporter": "^7.1.1",
"dotenv": "^16.4.5",
"playwright": "^1.44.1",
"ts-node": "^10.9.2",
"typescript": "^5.4.5"
},
"dependencies": {
"@cucumber/cucumber": "^10.8.0",
"dayjs": "^1.11.11",
"reflect-metadata": "^0.2.2"
}
📚 Any additional context?
No response
The text was updated successfully, but these errors were encountered: