Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 644 Bytes

File metadata and controls

14 lines (9 loc) · 644 Bytes

README

What is this repository for?

  • This project tests Gmail login feature and compose feature to demo you how to set up an web UI automation user acceptance test.

  • This is a concise web UI automation test template using Cucumber, Java, PicoContainer, Selenide, WebDriverManager,cucumber-reporting and some other libraries. Potentially you can use it for any other web UI automation test.

How do I get set up?

  • Git clone this project and open it in Intellij
  • You can run with FeatureTest.java which actually run with Junit Runner;
  • Or run with "mvn verify";
  • Or you can run with specified feature file directly.