mirror of
https://github.com/IT4Change/boilerplate-e2e-cypress-cucumber.git
synced 2025-12-13 04:55:50 +00:00
rename step definition directory
This commit is contained in:
parent
8635b48ead
commit
da0e684f4d
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user