UNPKG

@plone/volto-testing

Version:

Volto Testing package - Contains dependencies and helpers for testing Plone 6 / Volto

13 lines (10 loc) 208 B
import 'cypress-axe'; import 'cypress-file-upload'; import './commands'; import { setup, teardown } from './reset-fixture'; beforeEach(function () { setup(); }); afterEach(function () { teardown(); });