You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Modified the scenario 'Validate the login page title' from [login.feature], which runs but fails. Determine the cause of the failure and update the scenario to pass the test
Extended the scenario 'Validate login error message' from [login.feature], which runs and passes, but is missing a step. Extended the scenario to validate the error message received.
Modified and extended the 'Validate successful purchase text' from [purchase.feature] with steps for each comment listed. Consider writing a new steps.ts file along with an appropriate page.ts
Modified and extended the 'Validate product sort by price sort' from [product.feature] with steps for each comment listed. Utilize the Scenario Outline and Examples table to parameterize the test
Extended the testing coverage with Successful login redirect validation and Checkout validation for required fields
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
How to run
npm ci
npx playwright test
Results