
Security News
Rust RFC Proposes a Security Tab on crates.io for RustSec Advisories
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.
@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
Rust’s crates.io team is advancing an RFC to add a Security tab that surfaces RustSec vulnerability and unsoundness advisories directly on crate pages.

Security News
/Research
Socket found a Rust typosquat (finch-rust) that loads sha-rust to steal credentials, using impersonation and an unpinned dependency to auto-deliver updates.

Research
/Security Fundamentals
A pair of typosquatted Go packages posing as Google’s UUID library quietly turn helper functions into encrypted exfiltration channels to a paste site, putting developer and CI data at risk.