https://github.com/se2p/st-graphwalker
An example project combining GraphWalker and Selenium to run automized tests for web sites.
https://github.com/se2p/st-graphwalker
Last synced: about 1 month ago
JSON representation
An example project combining GraphWalker and Selenium to run automized tests for web sites.
- Host: GitHub
- URL: https://github.com/se2p/st-graphwalker
- Owner: se2p
- License: mit
- Created: 2019-01-16T10:42:52.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-09T09:25:40.000Z (over 3 years ago)
- Last Synced: 2025-02-21T13:30:31.656Z (over 1 year ago)
- Language: Java
- Size: 13.7 KB
- Stars: 1
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# An example project showing GraphWalker and Selenium
This project is purely for educational purposes.
You can run the project by initializing GraphWalker using `mvn graphwalker:generate-sources`.
Afterwards, run the test by executing `mvn graphwalker:test`.