An open API service indexing awesome lists of open source software.

https://github.com/purinx/scala-selenium

e2e test
https://github.com/purinx/scala-selenium

Last synced: about 5 hours ago
JSON representation

e2e test

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
```