Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/automattic/vip-e2e-tests
VIP (proof-of-concept) e2e Testing Library
https://github.com/automattic/vip-e2e-tests
vip
Last synced: 3 months ago
JSON representation
VIP (proof-of-concept) e2e Testing Library
- Host: GitHub
- URL: https://github.com/automattic/vip-e2e-tests
- Owner: Automattic
- Created: 2020-08-20T06:19:34.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-09-18T19:57:23.000Z (over 1 year ago)
- Last Synced: 2024-10-07T11:18:34.660Z (3 months ago)
- Topics: vip
- Language: JavaScript
- Homepage:
- Size: 253 KB
- Stars: 4
- Watchers: 5
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# VIP e2e Testing Library
Kicking off a Cypress powered end to end testing library for VIP Go powered integration tests.
## Getting Started
You'll need to have a local version of WordPress running. There are many ways to do this, but one way is [with Lando](https://docs.lando.dev/config/wordpress.html). If you name your lando app "test-bed", then you won't have to make any modifications to `cypress.json`.
If you install via another method, or use a different app name, you will have to modify the `baseUrl` to match.
The username and password you create as part of the WordPress install, will be needed by cypress to run tests. This project assumes a username of "testuser" but that can be modified in `cypress.json`.
You'll notice password is blank. This is intentional as passwords should not be stored in a repo. We have also included `cypress.env.json.example`. You can copy this file, removing the .example extension and store your password there. That file is ignored by git.