Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ugioni/selenium-webdriver-java
Cucumber, Selenium WebDriver, Junit, Java and Maven.
https://github.com/ugioni/selenium-webdriver-java
e2e java selenium selenium-webdriver webdriver
Last synced: about 1 month ago
JSON representation
Cucumber, Selenium WebDriver, Junit, Java and Maven.
- Host: GitHub
- URL: https://github.com/ugioni/selenium-webdriver-java
- Owner: ugioni
- License: mit
- Created: 2020-08-16T01:37:48.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-11T14:59:31.000Z (10 months ago)
- Last Synced: 2024-03-11T16:23:02.195Z (10 months ago)
- Topics: e2e, java, selenium, selenium-webdriver, webdriver
- Language: Java
- Homepage:
- Size: 163 MB
- Stars: 7
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# selenium-webdriver-java
## GitHub Actions
[![Java CI with Maven](https://github.com/ugioni/selenium-webdriver-java/actions/workflows/maven.yml/badge.svg?branch=master)](https://github.com/ugioni/selenium-webdriver-java/actions/workflows/maven.yml)
## SonarCloud
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=ugioni_quickstart-minds-testing&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=ugioni_quickstart-minds-testing)
## Getting Started
Projeto de automação de testes web na linguagem Java com Maven usando:- Junit 4.13.2
- Cucumber 7.15.0
- Selenium WebDriver 4.16.1
###### Projeto rodando no ChromeDriver
Para outras versões do Chrome trocar o driver na pasta drivers do projeto.
###### ChromeDriver Download: http://chromedriver.chromium.org/downloads
### Executando os testes
Para baixar as dependências e rodar os testes pela primeira vez, executar o comando maven clean install
### Relatório de execução
O relatório local do Cucumber de execução dos testes, está localizado em target/cucumber-html-report/index.html
O link do relatório na nuvem do cucumber.io de execução dos testes, está localizado no console ao final da execução do testes e fica disponível para acesso por 24 horas