Skip to content

Commit

Permalink
updated on 26th August
Browse files Browse the repository at this point in the history
  • Loading branch information
abhaybharti committed Aug 26, 2024
1 parent 60de3ca commit 3509706
Show file tree
Hide file tree
Showing 6 changed files with 3,257 additions and 109 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,6 +187,13 @@ This will start running script in debug mode & open PlayWright inspector

#### Run & Generate Report

### Best Practices in Test Authoring:

- `Create isolated test cases`: Each test case should be independent.
- `Write Meaningful Test Case Titles`: Make your test case titles descriptive and meaningful.
- `Follow the AAA (Arrange-Act-Assert) Pattern`: Align your Test-Driven Development (TDD) approach with the clarity of Arrange, Act, and Assert.
- `Maintain Cleanliness`: Separate additional logic from tests for a tidy and focused codebase.

## GitHub Actions - created workflow to run test

## Contributing
Expand Down
Loading

0 comments on commit 3509706

Please sign in to comment.