UNPKG

bootstrap-table

Version:

An extended table to integration with some of the most widely used CSS frameworks. (Supports Bootstrap, Semantic UI, Bulma, Material Design, Foundation)

13 lines (10 loc) 220 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ video: false, screenshot: false, e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, });