文件名称:cypress-nextjs-auth0:赛普拉斯命令以支持Auth0和Next.js
文件大小:171KB
文件格式:ZIP
更新时间:2024-06-01 18:10:12
authentication nextjs auth0 cypress JavaScript
赛普拉斯-nextjs-auth0 内容 兼容性 对于@auth0/nextjs-auth0版本^1.0.0使用此库的^2.0.0 (文档位于master分支上) 对于@auth0/nextjs-auth0版本^0.0.0使用此库的^1.0.0 ( ) 安装 步骤1:安装插件 yarn add cypress-nextjs-auth0 --dev 步骤2:导入命令 // cypress/support/index.js import 'cypress-nextjs-auth0' ; 步骤3:注册任务 // cypress/plugins/index.js const encrypt = require ( 'cypress-nextjs-auth0/encrypt' ) ; module . exports = ( on , config ) => { on ( 'task' ,
【文件预览】:
cypress-nextjs-auth0-master
----yarn.lock(315KB)
----src()
--------utils()
--------commands()
--------index.js(164B)
----cypress()
--------integration()
--------fixtures()
--------plugins()
--------dummy()
--------support()
----cypress.json(57B)
----.npmignore(364B)
----types()
--------index.d.ts(146B)
----.travis.yml(590B)
----tsconfig.json(112B)
----README.md(11KB)
----.release-it.json(190B)
----.gitignore(389B)
----encrypt.js(686B)
----package.json(957B)