Skip to content
This repository has been archived by the owner on Dec 6, 2024. It is now read-only.

Basic cypress project with instructions to test potential candidates for web testing position

Notifications You must be signed in to change notification settings

smartlook/web-tester-interview-cypress-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cypress testing project

Hi, this is a sample cypress project that contains two spec files located in integration folder.

  • pricing.spec.ts
  • signIn.spec.ts
  • custom.spec.ts

Your task is to read instructions in each file and write some tests. How many depends on you, but it should cover the basic functionality.

We use Cypress library for the testing, so I guess https://docs.cypress.io/guides/core-concepts/introduction-to-cypress.html will be helpful.

How to make it work:

  1. Install using
npm install
  1. Tests can be run using
npm test

That's all :)

Good luck!

About

Basic cypress project with instructions to test potential candidates for web testing position

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published