Skip to content

workyard/cypress-interview-starter

Repository files navigation

Cypress with TypeScript Technical Interview Base

Welcome to the cypress interview start repository. This project is set up to work with Cypress for end-to-end testing, using TypeScript. Please follow the instructions below to get setup before starting the interview.

Requirements

  • Node.js: >= 20

Setup

  1. Clone this repository:

  2. Navigate into the project folder:

  3. Install the dependencies using NPM:

    npm install

Running Cypress

To open Cypress, use the following command:

npm run cypress:open

This will open the Cypress test runner, and you will be able to see and run any tests that have been set up.

Rules for the interview coding exercise

  1. You are allowed to use:

    • Google or any other search engine.
    • Any third-party NPM packages you deem necessary.
  2. You are not allowed to use:

    • Any AI assistance tools like GitHub Copilot. These should be disabled or uninstalled during the interview.

Good luck! Please reach out to the interviewer if you encounter any technical issues or need further clarification.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published