Skip to content

Commit

Permalink
Merge pull request #5 from JoanEsquivel/10.8.0
Browse files Browse the repository at this point in the history
Dependency Update & Tag Example Added
  • Loading branch information
JoanEsquivel authored Sep 21, 2022
2 parents 1e21768 + 94a26d3 commit c6ca7c1
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 477 deletions.
48 changes: 0 additions & 48 deletions cucumber-report.html

This file was deleted.

18 changes: 18 additions & 0 deletions cypress/e2e/features/tags.feature
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Feature: Login page with Tags

Feature Login page will work depending on the user credentials.

Background:
Given A user opens a saucelabs website
@mobile
Scenario: Success Login
When A user enters the username "standard_user"
And A user enters the password "secret_sauce"
And A user clicks on the login button
Then the url will contains the inventory subdirectory
@desktop
Scenario: Blocked Login
When A user enters the username "locked_out_user"
And A user enters the password "secret_sauce"
And A user clicks on the login button
Then The error message "Epic sadface: Sorry, this user has been locked out." is displayed
332 changes: 0 additions & 332 deletions jsonlogs/log.json

This file was deleted.

Loading

0 comments on commit c6ca7c1

Please sign in to comment.