1.0.23 • Published 7 days ago

@commercetools-frontend/cypress-cookie-consent v1.0.23

Weekly downloads
-
License
MIT
Repository
-
Last release
7 days ago

@commercetools-frontend/cypress-cookie-consent

This package allows to set a cookie consent cookie using the @commercetools-frontend/cypress-cookie-consent package.

Installation

$ npm install --save @commercetools-frontend/cypress-cookie-consent

Usage

You need to extend your Cypress commands. You might have an e2e.ts file containing your library and custom commands. If so add this to it:

import '@commercetools-frontend/cypress-cookie-consent/add-commands';

This will register a setConsentCookie on Cypress which you can invoke as cy.setConsentCookie. It accepts an argument called commandOptions which has a property named consentGroups. The consent groups are the groups you want to give consent for, for your Cypress test. So in summary you may call it as:

cy.setConsentCookie({
  consentGroups: {
    essentialCookies: true,
    performanceCookies: true,
    functionalCookies: true,
    targetingCookies: true,
    socialMediaCookies: true,
  },
});
1.0.23

7 days ago

1.0.22

8 days ago

1.0.21

23 days ago

1.0.20

1 month ago

1.0.19

1 month ago

1.0.18

3 months ago

1.0.17

7 months ago

1.0.16

7 months ago

1.0.9

10 months ago

1.0.11

8 months ago

1.0.10

9 months ago

1.0.15

7 months ago

1.0.14

7 months ago

1.0.13

8 months ago

1.0.12

8 months ago

1.0.8

11 months ago

1.0.7

11 months ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago

0.0.0

1 year ago