
Product
Introducing Socket Firewall Enterprise: Flexible, Configurable Protection for Modern Package Ecosystems
Socket Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.
This package contains common E2E factories (mixins) that can be used when creating agnostic E2E drivers.
Each factory can add one or more functions to the driver, those functions can be used later to interact with the relevant component
** mixins that do not return any value can be concat in the following way:**
import { makeClickable } from '@clds/e2e-ds-utils';
const createDriver = <A, B>(adapter: Adapter<A, B>) => {
const selector = 'div[data-test="our-component"]' as const;
return {
...makeClickable(adapter, selector),
selector,
};
};
This package contains e2e drivers for all the components as well
This library follows Semantic Versioning.
See LICENSE
FAQs
---
We found that @clds/e2e 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 Firewall Enterprise is now available with flexible deployment, configurable policies, and expanded language support.

Security News
Open source dashboard CNAPulse tracks CVE Numbering Authorities’ publishing activity, highlighting trends and transparency across the CVE ecosystem.

Product
Detect malware, unsafe data flows, and license issues in GitHub Actions with Socket’s new workflow scanning support.