An open API service indexing awesome lists of open source software.

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

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
```