/web-testing

This repository for the Quality Engineer team contains Web UI Automation test scripts

Primary LanguageJavaApache License 2.0Apache-2.0

Capstone Program Immersive Alterra Academy
| Figma User Interface Design |

📑 About the Project

You don't have time to go to the workshop or you just simply don't know what's the problem that occured on your vehicle? Well it can be happen to anyone and this is where BengCall is come. BengCall is builded to make you hustle free from maintaining your two-wheels vehicle with fast, reliable, and great service

📓 Testing Documentation

Test Case For WebUI

🛠 Tools

Automation :

IntellijIDEA Java Apache Maven

Framework for automation:

Selenium Serenity Cucumber

Test Case Management:

Google Sheets

Communication:

GitHub Discord

📱 Our teams

LinkedIn GitHub

LinkedIn GitHub

LinkedIn GitHub

LinkedIn GitHub

How to run the test

To run the this project, you can either just run the CucumberTestSuite test runner class, or run mvn verify from terminal.

This is how you run it :

  1. Clone the repository
$ git clone https://github.com/ProjectBengcall/web-testing.git
  1. In case there is a poput asked whether the project based on Maven or Gradle, choose Maven
  2. Run this on the IDE terminal
$ mvn clean verify

By default, the tests will run using Chrome. You can run them in Firefox by overriding the driver system property, e.g.

$ mvn clean verify -Ddriver=firefox

The test results will be recorded in the target/site/serenity directory.