https://github.com/thomas-basham/portfolio-testing
A Python aplication to test web my portfolio website and all of the web applications displayed there.
https://github.com/thomas-basham/portfolio-testing
Last synced: 11 months ago
JSON representation
A Python aplication to test web my portfolio website and all of the web applications displayed there.
- Host: GitHub
- URL: https://github.com/thomas-basham/portfolio-testing
- Owner: Thomas-Basham
- Created: 2022-09-30T20:45:38.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-07T00:15:40.000Z (over 3 years ago)
- Last Synced: 2024-12-31T00:43:54.866Z (about 1 year ago)
- Language: Python
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Portfolio Testing
[](https://github.com/Thomas-Basham/portfolio-testing/actions/workflows/python-app.yml)
## Integration Tests for my portfolio website and other web applications
### Installation
- Create and activate virtual environment
```console
pip install playwright
playwright install
pip install pytest-playwright
```
- Modify tests for your application or run the tests I wrote
- Run tests by entering:
- `pytest`
- or `pytest --headed --slowmo 500` to be extra fancy.
- See [Getting Started](https://playwright.dev/python/docs/intro) and [Pytest Plugin](https://playwright.dev/python/docs/test-runners) for additional details.