
Product
Rust Support Now in Beta
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
@visual-regression-tracker/agent-codeceptjs
Advanced tools
Custom helper to integrate CondeceptJS with Visual Regression Tracker
https://www.npmjs.com/package/@visual-regression-tracker/agent-codeceptjs
npm install @visual-regression-tracker/agent-codeceptjs
Update codeceptjs.conf.js
helpers: {
VisualRegressionTrackerHelper: {
require: "@visual-regression-tracker/agent-codeceptjs",
// URL where backend is running
// Required
apiUrl: "http://localhost:4200",
// Project name or ID
// Required
project: "Default project",
// User apiKey
// Required
apiKey: "tXZVHX0EA4YQM1MGDD",
// Current git branch
// Required
branchName: "develop",
// Log errors instead of throwing exceptions
// Optional - default false
enableSoftAssert: true,
// Unique ID related to one CI build
// Optional - default null
ciBuildId: "SOME_UNIQUE_ID",
},
}
More on this in official COdeceptJS (docs)[https://codecept.io/commands/#typescript-definitions]
npx codeceptjs def
I.vrtStart();
I.vrtStop();
// default
I.vrtTrack("Default");
// With additional options
I.vrtTrack("Additional options", {
os: "windows",
device: "device",
browser: "chrome",
diffTollerancePercent: 1,
ignoreAreas: [
{
x: 10,
y: 10,
width: 200,
height: 200,
},
],
});
FAQs
Custom helper to integrate CondeceptJS with Visual Regression Tracker
We found that @visual-regression-tracker/agent-codeceptjs demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer 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.
Product
Socket's Rust support is moving to Beta: all users can scan Cargo projects and generate SBOMs, including Cargo.toml-only crates, with Rust-aware supply chain checks.
Product
Socket Fix 2.0 brings targeted CVE remediation, smarter upgrade planning, and broader ecosystem support to help developers get to zero alerts.
Security News
Socket CEO Feross Aboukhadijeh joins Risky Business Weekly to unpack recent npm phishing attacks, their limited impact, and the risks if attackers get smarter.