Skip to content

Badhan-BUET-Zone/badhan-frontend-test

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

badhan-web repository consists of the code for the main frontend for the android app and website of Badhan, BUET Zone. This repository is a part of the Badhan, BUET Zone Github Organization.

Developers Involved

Technology Stack

  • Cypress

Description

Welcome to Our E2E UI testing Repository. We present our end to end UI testing code. The code automatically tests all UI features of our main frontend. The E2E testing is implemented using Cypress.

Features

A video demonstration can be found in the following link:

Video demo

Deployment

The code is currently not part of any CI/CD platform. We are hoping to get this code to be part of the CI/CD pipeline of the deployment of the main frontend in future.

Procedure for Local Setup

  • Install Node.js.

  • Clone this repository:

    git clone https://github.com/Badhan-BUET-Zone/badhan-web

  • Run npm i

  • Get the env.testing file from our Super Admin and put it in env folder

  • Change the line import env from '../../env/env.development' of /cypress/plugins/env.js to import env from '../../env/env.testing'

  • Run npm run cypress:open

About

Code of automated E2E UI testing for our web frontend

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published