Skip to content

A sample of UI&API testing automation of a personal VK page (Node.js, Cucumber, Webdriverio, Supertest)

Notifications You must be signed in to change notification settings

stasyao/testAutomationJS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Launch Guide

  1. Before running the tests, you have to provide the values for VK credentials:
  • app access token;
  • app id (this is the same as user id);
  • login for the VK user account (a phone number or an email);
  • password for the VK user account.
  1. To do this:
  • go to the src/environment directory;
  • open the file credentials.cjs;
  • enter your credentials instead null values.
  1. Open a terminal in the project root.

  2. Enter npm install to install all of the required dependencies.

  3. Enter npm test to launch the test suite execution.

  4. Logging test output you can see in the terminal.

About

A sample of UI&API testing automation of a personal VK page (Node.js, Cucumber, Webdriverio, Supertest)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published