UNPKG

grunt-cypress

Version:

A grunt wrapper for Cypress, a test runner for your projects

9 lines (6 loc) 162 B
module.exports = (grunt) => { // Load the task. grunt.loadTasks('tasks'); // Register the task. grunt.registerTask('default', 'cypress:open'); };