Collection of tests, written in Scala. Built by sbt.
The list includes:
- Sending / receiving email to Google Gmail
- UI end-to-end tests with Selenium WebDriver and scalatest-selenium
- gRPC API tests with akka-grpc (sample gRPC server is here)
Generate gRPC clients:
$ sbt compile
Execute tests:
$ sbt test