标签: javascript cypress
使用cypress(v4.12.0)支持(/commands.js)文件夹时,cypress不会使用cypress.json中指定的nodeVersion
当我使用plugins / index.js时确实如此
我尝试过: "nodeVersion": "bundled" 和 "nodeVersion": "system"
"nodeVersion": "bundled"
"nodeVersion": "system"