refactor(Cypress): Init a version of the test exam with pure cypress (no Gherkin)

This commit is contained in:
Simon Priet
2021-09-08 12:31:56 +02:00
parent 68acc2a949
commit 86a3ea7108
63 changed files with 6 additions and 4946 deletions

View File

@@ -8,7 +8,6 @@
// You can read more here:
// https://on.cypress.io/plugins-guide
// ***********************************************************
const cucumber = require('cypress-cucumber-preprocessor').default
// This function is called when a project is opened or re-opened (e.g. due to
// the project's config changing)
@@ -20,5 +19,4 @@ const cucumber = require('cypress-cucumber-preprocessor').default
module.exports = (on, config) => {
// `on` is used to hook into various events Cypress emits
// `config` is the resolved Cypress config
on('file:preprocessor', cucumber())
}