Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/digitronik/widgetastic_notebooks
Simple tutorial to understand Widgetastic and how to use in web UI testing.
https://github.com/digitronik/widgetastic_notebooks
Last synced: 3 months ago
JSON representation
Simple tutorial to understand Widgetastic and how to use in web UI testing.
- Host: GitHub
- URL: https://github.com/digitronik/widgetastic_notebooks
- Owner: digitronik
- License: apache-2.0
- Created: 2018-07-14T17:24:24.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-07-31T13:41:53.000Z (5 months ago)
- Last Synced: 2024-10-07T07:07:18.191Z (3 months ago)
- Language: Jupyter Notebook
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Widgetastic Jupyter Notebooks
### Install some requirnments
```
python3 -m venv .env
source .env/bin/activate.fish
pip install -r requirements.txt
```### Selenium Container
```
podman run -d --expose 4444 --expose 5999 -p 4444:4444 -p 5999:5999 -v $PWD:/wt:Z quay.io/redhatqe/selenium-standalone
```
For vnc access: `vncviewer localhost:5999`
You can access testing page with `file:///wt/test_page.html`