Security News
PyPI Introduces Digital Attestations to Strengthen Python Package Security
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
@mpxjs/e2e-scripts
Advanced tools
提供 e2e 测试中需要的命令脚本,包含以下脚本及命令:
注意这个命令不支持全局调用
调用这个命令需要在小程序项目根目录下执行,另外此目录要求存在 .e2erc.js 配置文件,配置文件形如:
module.exports = {
sequence: [ // spec 文件顺序
// 'bHomeToCancelOrder',
// 'BHomeToPayment',
'CHomeToCancelOrder',
'CHomeToPayment',
// 'BHomeToCancelOrderBooking'
],
reportsDir: 'test/reports', // 测试报告存放文件夹
testSuitsDir: 'test/e2e/suits/', // spec 文件存放目录
record: true // 是否需要记录运行时间日志,为 true 时会在项目目录中创建 e2e-record.txt 文件
}
$ npm install @mpxjs/e2e-scripts --save-dev
npx e2e-runner
FAQs
miniprogram-e2e-scripts
We found that @mpxjs/e2e-scripts demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 12 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
PyPI now supports digital attestations, enhancing security and trust by allowing package maintainers to verify the authenticity of Python packages.
Security News
GitHub removed 27 malicious pull requests attempting to inject harmful code across multiple open source repositories, in another round of low-effort attacks.
Security News
RubyGems.org has added a new "maintainer" role that allows for publishing new versions of gems. This new permission type is aimed at improving security for gem owners and the service overall.