rename step definition directory

This commit is contained in:
mahula 2024-02-27 09:14:00 +01:00
parent 8635b48ead
commit da0e684f4d
3 changed files with 1 additions and 2 deletions

View File

@ -1,7 +1,6 @@
Feature: Login
As a user
I want to sign in
I want to benoticed when sign in fails
Background:
Given The web browser is at the login page

View File

@ -62,7 +62,7 @@
},
"cypress-cucumber-preprocessor": {
"nonGlobalStepDefinitions": true,
"stepDefinitions": "cypress/e2e/step_definitions/**/*.{js,ts}",
"stepDefinitions": "cypress/e2e/steps/**/*.{js,ts}",
"json": {
"enabled": true,
"output": "cypress/reports/json/cucumber-report.json"