Skip to content

Commit

Permalink
chore: upgrade dependencies (#14)
Browse files Browse the repository at this point in the history
* Update to be compatible with: @wdio/cli v7.24.0
* Update to be compatible with chrome v105
* Update to use TypeScript v4.8.3
  • Loading branch information
charlyautomatiza authored Sep 19, 2022
1 parent 674a50c commit d85fdf7
Show file tree
Hide file tree
Showing 3 changed files with 983 additions and 791 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,29 +135,29 @@ npm install
#### **Para la ejecución de los test de web**

```bash
npm run wdio-web
npm run wdio-web
```

#### **Para la ejecución de los test de web usando docker**

```bash
npm run wdio-web-docker
npm run wdio-web-docker
```

#### **Para la ejecución de los test de mobile**

```bash
npm run wdio-mobile
npm run wdio-mobile
```

#### **Para ejecutar el asistente de configuración (opcional para usar otros browsers o servicios):**

```bash
npm init wdio .
npm init wdio .
```

#### **Para crear y abrir el reporte unificado de los resultados de los test**

```bash
npm run open-report
npm run report
```
Loading

0 comments on commit d85fdf7

Please sign in to comment.