Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gabrielimartins7/maestroapp
Uma interface simples, focada na execução de teste automatizado utilizando o Maestro 🤖
https://github.com/gabrielimartins7/maestroapp
maestro react-native test-automation
Last synced: 12 days ago
JSON representation
Uma interface simples, focada na execução de teste automatizado utilizando o Maestro 🤖
- Host: GitHub
- URL: https://github.com/gabrielimartins7/maestroapp
- Owner: gabrielimartins7
- Created: 2023-10-30T19:10:10.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-10-31T18:28:42.000Z (about 1 year ago)
- Last Synced: 2023-11-01T16:27:19.827Z (about 1 year ago)
- Topics: maestro, react-native, test-automation
- Language: TypeScript
- Homepage:
- Size: 176 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# maestroApp
## Etapas do teste:
[x] 1. Inicializar o aplicativo
[x] 2. Selecionar o input de E-mail
[x] 3. Digitar um e-mail
[x] 4. Selecionar o input de Senha
[x] 5. Digitar uma senha
[x] 6. Pressionar o botão de entrar
[x] 7. Verificar se a mensagem "Acesso Liberado!" está na tela> In this readme I will help you with the installation and execution of the project step by step.
## 💻 Requirements (libs, dependencies, packages)
- [x] Npm or Yarn
- [x] Expo
- [x] Typescript
- [x] React Native
- [x] MaestroBefore you begin, make sure you've met the following requirements:
- You've installed in your machine the latest version of:
` react-native / expo / npm or yarn / VSCode or another IDE`## 🚀 Installing
For intalling , follow these steps:
In your browser, follow the installation step by step according to your operating system:
```
https://maestro.mobile.dev/getting-started/installing-maestro
```Git Clone:
```
git clone https://github.com/gabrielimartins7/maestroApp
```
Enter the repository:```
cd maestroApp
```
Install the project dependencies:```
npm or yarn
```Open the project:
```
code .
```