https://github.com/davimateus1/websitetests
Aplicação em Java usando Maven, Selenium e JUnit para testar meu site de portfólio
https://github.com/davimateus1/websitetests
java junit maven selenium
Last synced: about 2 months ago
JSON representation
Aplicação em Java usando Maven, Selenium e JUnit para testar meu site de portfólio
- Host: GitHub
- URL: https://github.com/davimateus1/websitetests
- Owner: davimateus1
- License: mit
- Created: 2022-05-29T20:39:58.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-30T13:09:27.000Z (about 4 years ago)
- Last Synced: 2025-03-31T00:27:44.918Z (about 1 year ago)
- Topics: java, junit, maven, selenium
- Language: Java
- Homepage:
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
System Tests Davi Website (Testes de Sistema)
Tecnologias |
Projeto |
Como executar
## ✨ Tecnologias
Esse projeto foi desenvolvido com as seguintes tecnologias:
- [Java](https://reactjs.org)
- [Maven](https://mvnrepository.com/)
- [JUnit](https://junit.org/junit4/)
- [Selenium Java](https://www.selenium.dev/documentation/)
## 💻 Projeto
Aplicação em Java usando o gerenciador de build Maven e usando testes JUnit e Selenium para testar ações no meu website de portfólio.
## 🚀 Como executar
- Clone o repositório
- Instale o [IntelliJ](https://www.jetbrains.com/pt-br/idea/download/)
- Abra o projeto na IDE
- Abra o arquivo em: src > test > java > engTests.java
- Execute este arquivo para rodar os testes.
---
Feito por Davi Mateus na disciplina de Engenharia de Software no 5° periodo.