File tree Expand file tree Collapse file tree
hackerstories/lastSearches Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,5 +15,9 @@ export default defineConfig({
1515
1616 return config
1717 } ,
18+ env : {
19+ omitFiltered : true ,
20+ filterSpecs : true
21+ } ,
1822 } ,
1923} )
Original file line number Diff line number Diff line change 11Feature : Cookies Consent Banner
22
3+ @engagesphere
34 Scenario : consents to the cookie's policies
45 Given I access the EngageSphare app without any cookies set
56 And I see the cookies consent banner
67 When I click the Accept button
78 Then the cookies banner is closed
89 And the cookieConsent cookie is set with the value accepted
910
11+ @engagesphere
1012 Scenario : declines to the cookie's policies
1113 Given I access the EngageSphare app without any cookies set
1214 And I see the cookies consent banner
Original file line number Diff line number Diff line change @@ -3,9 +3,11 @@ Feature: Greeting
33 Background : access EngageSphere with the cookies consent banner already accepted
44 Given I access the EngageSphare app having already accepted the cookies banner
55
6+ @engagesphere
67 Scenario : shows the default greeting
78 Then I see the following greeting: Hi there!
89
10+ @engagesphere @smoke
911 Scenario : shows a customized greeting
1012 When I type "<name>" in the name input field
1113 Then I see the following greeting: Hi "<name>" !
Original file line number Diff line number Diff line change 11Feature : Items per page
22
3+ @engagesphere
34 Scenario : shows the correct number per page
45 Given I access the EngageSphare app having already accepted the cookies banner
56 When I filter by "<number>" items per page
Original file line number Diff line number Diff line change 11Feature : Last Searches
22
3+ @hackerstories
34 Scenario : shows the last five searched terms as buttons
45 Given I access the Hacker Stories web app
56 When I search for these terms
Original file line number Diff line number Diff line change 44 "main" : " cypress.config.js" ,
55 "scripts" : {
66 "cy:open" : " cypress open" ,
7- "test" : " cypress run"
7+ "test" : " cypress run" ,
8+ "test:smoke" : " cypress run --env tags='@smoke'" ,
9+ "test:not:smoke" : " cypress run --env tags='not @smoke'" ,
10+ "test:engagesphere" : " cypress run --env tags='@engagesphere'" ,
11+ "test:hackerstories" : " cypress run --env tags='@hackerstories'"
812 },
913 "keywords" : [
1014 " testing" ,
You can’t perform that action at this time.
0 commit comments