cypress-otp:在您的UI测试中输入有效的OTP令牌

时间:2024-06-02 08:16:49
【文件属性】:

文件名称:cypress-otp:在您的UI测试中输入有效的OTP令牌

文件大小:64KB

文件格式:ZIP

更新时间:2024-06-02 08:16:49

JavaScript

赛普拉斯OTP 在您的UI测试中输入有效的OTP令牌 使用此插件可以在测试中插入有效的OTP令牌。 安装 npm i -D cypress-otp # or yarn add -D cypress-otp 然后打开您的cypress/plugins/index.js文件并注册一个新任务 module . exports = on => { on ( "task" , { generateOTP : require ( "cypress-otp" ) } ) ; } ; 如何使用它 获取OTP码 cy . task ( "generateOTP" , "YOUR_SECRET" ) . then ( token => { cy . get ( "#otp-token" ) . type ( token ) ; } ) ; 看一下源代码。 尖端 该插件会保存上次使用


【文件预览】:
cypress-otp-master
----.gitignore(83B)
----cypress.json(45B)
----README.md(3KB)
----.all-contributorsrc(511B)
----yarn-error.log(2KB)
----cypress()
--------integration()
--------support()
--------plugins()
----package.json(819B)
----src()
--------index.js(301B)
----renovate.json(62B)
----.travis.yml(436B)
----yarn.lock(113KB)
----assets()
--------cy-otp.jpg(14KB)

网友评论