drupal-test-session-cypress
v1.1.66
Published
Cypress commands for Drupal's Test Session module.
Downloads
1,982
Readme
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.