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
- Host: GitHub
- URL: https://github.com/boykaframework/boyka-vodqa-demo
- Owner: BoykaFramework
- Created: 2025-03-27T18:48:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-04T14:49:00.000Z (over 1 year ago)
- Last Synced: 2025-06-30T06:06:40.877Z (about 1 year ago)
- Language: Java
- Homepage:
- Size: 36.8 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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