AV
Size: a a a
AV
m
m
m
VG
S
import { Given, When, Then} from "cypress-cucumber-preprocessor/steps"
Given(`I am in the test site uadream.com`, () => {
cy.visit("https://www.uadreams.com/");
}) B
BO
import { Given, When, Then} from "cypress-cucumber-preprocessor/steps"
Given(`I am in the test site uadream.com`, () => {
cy.visit("https://www.uadreams.com/");
}) S
BO
захожу на uadream.com а фичу ты показываешь с текстом Given I am in the test site uadream.comS
S
Feature: Feature name
Feature Description
Scenario: test
Given Start to type your Given step here
import { Given} from "cypress-cucumber-preprocessor/steps"
Given ("Start to type your Given step here", () => {
cy.visit("https://www.uadreams.com/")
})S
S
m
m
B
m
A
AP