https://github.com/nahidthenh/schedulepress-playwright-automation
Automate your content workflow with SchedulePress. Take a glance at your content planning with a drag-and-drop, visual Schedule Calendar, Auto Scheduler, Manual Scheduler, handle missed schedules easily & more. Automatically share your posts on the following social media platforms
https://github.com/nahidthenh/schedulepress-playwright-automation
automation-testing playwright-javascript playwright-tests qa sqa
Last synced: 3 months ago
JSON representation
Automate your content workflow with SchedulePress. Take a glance at your content planning with a drag-and-drop, visual Schedule Calendar, Auto Scheduler, Manual Scheduler, handle missed schedules easily & more. Automatically share your posts on the following social media platforms
- Host: GitHub
- URL: https://github.com/nahidthenh/schedulepress-playwright-automation
- Owner: nahidthenh
- Created: 2025-01-01T08:39:54.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-03-10T01:08:38.000Z (3 months ago)
- Last Synced: 2025-03-10T02:33:51.552Z (3 months ago)
- Topics: automation-testing, playwright-javascript, playwright-tests, qa, sqa
- Language: JavaScript
- Homepage: https://nahidthenh.github.io/schedulepress-playwright-automation/
- Size: 276 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SchedulePress Test Automation
Automated SchedulePress Using Playwright## Getting Started
Install playwright using the following command:
```
npm init playwright@latest
```Install dotenv:
```
npm install dotenv;
```Install playwright-slack-report
```
npm install playwright-slack-report@latest
```To update playwright:
```
npm install -D @playwright/test@latest
```Usually after Playwright update, browsers need to be updated with command:
```
npx playwright install --with-deps
```Install WordPress e2e test Utils For Playwright
Documentation: https://github.com/WordPress/gutenberg/tree/trunk/packages/e2e-test-utils-playwright```
npm install @wordpress/e2e-test-utils-playwright
```