/codeChallenge

Primary LanguageTypeScript

Code Challenge

Welcome to My Cypress Project! This repository contains end-to-end tests for the [https://airmalta.com/en] web application using Cypress.

Getting Started

Follow these instructions to set up the project locally and run the tests.

Prerequisites

  • Node.js (LTS version recommended)
  • npm (LTS version recommended)

Installation

  1. Clone this repository:
    git clone https://github.com/CodeIsa/codeChallenge.git
  2. Install dependencies:
    npm install
    
  3. Running the tests
    npx cypress open
    

After running npx cypress open, follow the steps below:

Choose the E2E Testing option

image

Click on Chrome browsing and click on Start button

image

Results of the tests:

codeChallenge