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
Copy file name to clipboardExpand all lines: README.md
+19-47Lines changed: 19 additions & 47 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,10 @@
1
1
# Playwright Python Test Automation - Marketing Cloud Platform
2
2
3
-
A comprehensive Playwright test automation suite for The Marketing Cloud Platform using Python and Pytest.
3
+
A comprehensive Playwright test automation suite for """Test suite for the Login Page of The Internet.""" using Python and Pytest.
4
4
5
5
## 📋 Project Overview
6
6
7
-
This project is a complete end-to-end test automation framework using Playwright's sync API with Python. It tests https://www.themarketingcloud.com/platform#products and includes modern testing practices such as Page Object Model, parallel execution, multi-browser testing, and detailed HTML reporting with screenshots and videos.
7
+
This project is a complete end-to-end test automation framework using Playwright's sync API with Python. It tests """Test suite for the Login Page of The Internet.""" and includes modern testing practices such as Page Object Model, parallel execution, multi-browser testing, and detailed HTML reporting with screenshots and videos.
8
8
9
9
## 📁 Project Structure
10
10
@@ -15,10 +15,10 @@ This project is a complete end-to-end test automation framework using Playwright
15
15
├── requirements.txt # Python dependencies
16
16
├── README.md # This file
17
17
├── pages/
18
-
│ └── marketing_cloud_platform_page.py # Page Object Model for Marketing Cloud Platform
18
+
│ └── feature_login_page.py # Page Object Model for Login
19
19
├── tests/
20
20
│ ├── __pycache__/
21
-
│ └── test_marketing_cloud_platform.py # 26 comprehensive test cases
21
+
│ └── test_feature_login.py # """Test suite for the Login Page of The Internet."""
0 commit comments