https://github.com/purinx/scala-selenium
e2e test
https://github.com/purinx/scala-selenium
Last synced: about 5 hours ago
JSON representation
e2e test
- Host: GitHub
- URL: https://github.com/purinx/scala-selenium
- Owner: purinx
- Created: 2019-05-09T10:19:55.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-08T01:19:33.000Z (about 7 years ago)
- Last Synced: 2025-10-27T12:33:43.952Z (8 months ago)
- Language: Scala
- Size: 1.02 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Scala Selenium
E2E test with scala and Selenium.
## requirements
- chromedriver
- sbt
- OWASP Juie shop
## result
```sbtshell
[info] JuiceSpec:
[info] title
[info] - should OWASP Juice Shop
[info] スコアボード
[info] - should みれる
[info] Run completed in 8 seconds, 196 milliseconds.
[info] Total number of tests run: 2
[info] Suites: completed 1, aborted 0
[info] Tests: succeeded 2, failed 0, canceled 0, ignored 0, pending 0
[info] All tests passed.
[success] Total time: 9 s, completed 2019/05/09 16:21:18
```