An open API service indexing awesome lists of open source software.

https://github.com/boykaframework/boyka-vodqa-demo

VodQA event demo for Boyka Framework
https://github.com/boykaframework/boyka-vodqa-demo

Last synced: 15 days ago
JSON representation

VodQA event demo for Boyka Framework

Awesome Lists containing this project

README

          

# VodQA Boyka Framework demo

## Pre-requisites

- Java 17
- Maven
- Node v20 LTS

## Usage

### Create project

```shell
boyka init
```

### Web

#### Add Web Config

```shell
boyka config web
```

#### Create Page object

#### Create Page action

#### Create Test class

#### Update Test suite file

### Mobile

#### Add Android Config

```shell
boyka config android
```

#### Add iOS Config

```shell
boyka config ios
```

#### Create / Update Page object

### API

#### Add API Config

```shell
boyka config api
```

#### Create Request

#### Verify Response