drupal-test-session-cypress
TypeScript icon, indicating that this package has built-in type declarations

1.1.66 • Public • Published

Drupal Test Session Cypress

Extends Cypress API to make it easier to utilize Drupal's Test Session module.

Installation

Add the package

pnpm add -D drupal-test-session-cypress

Require it from the Cypress support/index.js (or .ts)

require('drupal-test-session-cypress');

If Drupal's base URL is different from http://localhost:8888, set it via DRUPAL_BASE_URL environment variable.

Usage

Once installed, the cy.drupalSession() is available in your Cypress project. Examples can be found here.

Readme

Keywords

none

Package Sidebar

Install

npm i drupal-test-session-cypress

Weekly Downloads

478

Version

1.1.66

License

MIT

Unpacked Size

24.7 kB

Total Files

7

Last publish

Collaborators

  • amazeelabs