Skip to content

Commit 244d458

Browse files
committed
Update docs/index.html with new content
1 parent 81258c2 commit 244d458

1 file changed

Lines changed: 15 additions & 3 deletions

File tree

docs/index.html

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,21 @@ <h2>About This Repository</h2>
6767
<div class="features">
6868
<h2>Features</h2>
6969
<ul>
70-
<li>Feature 1: Description of feature one.</li>
71-
<li>Feature 2: Description of feature two.</li>
72-
<li>Feature 3: Description of feature three.</li>
70+
<li>
71+
<strong>Comprehensive QA Testing Framework:</strong> Demonstrates both manual and automated testing practices.
72+
</li>
73+
<li>
74+
<strong>Playwright Integration:</strong> Implements end-to-end tests to simulate real-world user interactions with web applications.
75+
</li>
76+
<li>
77+
<strong>Continuous Integration with GitHub Actions:</strong> Automated workflows run tests on every push and pull request.
78+
</li>
79+
<li>
80+
<strong>Sample Test Scenarios:</strong> Includes automated tests for login forms, input validation, and error handling.
81+
</li>
82+
<li>
83+
<strong>Easy to Extend:</strong> Customizable framework allows developers to add new tests or workflows seamlessly.
84+
</li>
7385
</ul>
7486
</div>
7587
<footer>

0 commit comments

Comments
 (0)