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

https://github.com/nahidthenh/embedpress-playwright-automation

EmbedPress – embed from unlimited sources – embed pdf with 3d flipbook viewer, embed youtube, social feeds, google docs, maps, vimeo, wistia, spotify, etc without coding & display in websites created with elementor, gutenberg block editor, or other page builders
https://github.com/nahidthenh/embedpress-playwright-automation

playwright playwright-javascript wordpress wordpress-plugin

Last synced: 5 months ago
JSON representation

EmbedPress – embed from unlimited sources – embed pdf with 3d flipbook viewer, embed youtube, social feeds, google docs, maps, vimeo, wistia, spotify, etc without coding & display in websites created with elementor, gutenberg block editor, or other page builders

Awesome Lists containing this project

README

          

# EmbedPress Test Automation
Testing the EmbedPress Plugin Using Playwright.

![EmbedPress Banner](https://ps.w.org/embedpress/assets/banner-1544x500.gif?rev=3149183)

# About EmbedPress

EmbedPress – embed from unlimited sources – embed pdf with 3d flipbook viewer, embed youtube, social feeds, google docs, maps, vimeo, wistia, spotify, etc without coding & display in websites created with elementor, gutenberg block editor, or other page builders

EmbedPress enhances the interactive storytelling on your WordPress website by offering one-click embeds of videos, social feeds, maps, PDFs, 3D flipbooks, posts, pages, documents, and much more from unlimited multimedia content sources.

Fuel up your website’s engagement and make it aesthetically pleasing by embedding content directly in Classic Editor, Gutenberg Block Editor, Elementor, or by using EmbedPress shortcodes on other WordPress page builders with ease.

## Getting Started
Install playwright using the following command:
```
npm init playwright@latest
```
Install dotenv:
```
npm install dotenv@latest
```
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
```
Test Result
Result: https://nahidthenh.github.io/embedpress-playwright-automation/
```