Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carolinan/block-test-data
https://github.com/carolinan/block-test-data
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/carolinan/block-test-data
- Owner: carolinan
- License: gpl-2.0
- Created: 2024-02-16T13:37:57.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-02-16T13:49:08.000Z (9 months ago)
- Last Synced: 2024-02-16T15:49:41.293Z (9 months ago)
- Language: HTML
- Size: 212 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
## How to use this repository
Download the theme and xml file.
Install and activate the theme.
Import the block test data xml file to your WordPress installation.
Set permalinks to post name.
In the playwright.config.js file, change the baseURL to match your environment.
baseURL: 'http://localhost:8080'Install the dependencies. Enter the following command in the terminal:
```npm install```To generate the first set of images, enter the following command in the terminal:
```npx playwright test```Next, make your changes and run the test again. Enter the following command in the terminal:
```npx playwright test```The reports are printed in the terminal.