Ecosyste.ms: Awesome
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: 6 days 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
- Host: GitHub
- URL: https://github.com/nahidthenh/embedpress-playwright-automation
- Owner: nahidthenh
- Created: 2024-07-26T09:32:44.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-09-23T09:37:36.000Z (about 1 month ago)
- Last Synced: 2024-10-10T11:20:50.744Z (27 days ago)
- Topics: playwright, playwright-javascript, wordpress, wordpress-plugin
- Language: JavaScript
- Homepage: http://embedpress.com/
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# EmbedPress Test Automation
Testing the EmbedPress Plugin Using Playwright# 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:
### Step 1 - Clone this repo
```bash
git clone [email protected]:nahidthenh/embedpress-playwright-automation.git```
### Step 2 - Install NPM
```bash
npm install -f```
### Step 3 - Running the Script
```bash
npx playwright test
```### Step 3.1 - Running a Specific Test
```bash
npx playwright test tests/gutenberg/modern_pdf.spec.js
```### Step 3.2 - Running a Specific Test on a Specific Browser
```bash
npx playwright test tests/gutenberg/modern_pdf.spec.js --project chromium
```### Step 3.3 - Running a Specific Test on a Specific Browser with headed mode
```bash
npx playwright test tests/gutenberg/modern_pdf.spec.js --project chromium --headed
```