Skip to content

magicode118/fidel-challenge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress Fidel Challenge

Front-End & Back-End Integration Tests

Setup

  1. Install Cypress in repository folder:
npm install cypress
  1. Verify correct installation (should open Cypress GUI):
node_modules/.bin/cypress open
  1. Add repository folder to Cyress GUI for editing:
<repository path>/fidel-challenge/

Project Structure

Test Files

All test files are located in the cypress/integration folder;

Fixture Files

All fixture files are located in the cypress/fixtures folder;

Helper Files

All helper files are located in the support folder;

Test Type

Front-end tests are suffixed with 'front-end' in their file name; Back-end tests are suffixed with 'back-end' in the file name;

Run Tests from VS Code:

With VS Code Tasks

From VS Code:

Ctrl+Shift+B > Select (Cypress Run Tests)

With NPM Tasks

From VS Code Terminal:

 npm run cy:run

Open Cypress GUI from VS Code:

With VS Code Tasks

From VS Code:

Ctrl+Shift+B > Select (Cypress Open)

With NPM Tasks

From VS Code Terminal:

 npm run cy:open

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published