
Security News
Crates.io Users Targeted by Phishing Emails
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
@applitools/eyes-playwright
Advanced tools
If you don't already have playwright installed, install with the following command. More info can be found here:
npm init playwright@latest
In your project directory, install the Applitools Eyes SDK for Playwright:
npm install -D @applitools/eyes-playwright
To configure your project for Applitools Eyes, run the setup tool:
npx eyes-setup
The CLI will:
playwright.config.ts
file.npx eyes-setup run-example
Note: In cases where imports cannot be modified automatically (e.g., when importing the test
object from another npm package), you may need to adjust them manually. More details are provided in the Integration with Playwright section.
:::info
You may be prompted to enter your Eyes Server URL. If you are using the Applitools public cloud, your server URL will be https://eyes.applitools.com
. If you're using a private deployment, enter your account's server URL instead.
:::
When prompted by the CLI, enter your Applitools API key. If you don't have one, you can sign up for a free account and obtain your API key from the Applitools Dashboard.
Alternatively, you can set the API key as an environment variable:
export APPLITOOLS_API_KEY='your_api_key_here'
It's advisable to set your API key as an environment variable APPLITOOLS_API_KEY
instead of hardcoding it in your configuration file. This approach keeps your API key secure since configuration files are often checked into version control systems.
For further information, see:
FAQs
Applitools Eyes SDK for Playwright
The npm package @applitools/eyes-playwright receives a total of 101,076 weekly downloads. As such, @applitools/eyes-playwright popularity was classified as popular.
We found that @applitools/eyes-playwright demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 49 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
The Rust Security Response WG is warning of phishing emails from rustfoundation.dev targeting crates.io users.
Product
Socket now lets you customize pull request alert headers, helping security teams share clear guidance right in PRs to speed reviews and reduce back-and-forth.
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.