Coder Social home page Coder Social logo

ui-automation-seat's Introduction

Cypress Cypress

What is ui-automation-seat ?

ui-automation-seat is a project that served as a technical test for SEAT:CODE company.

I used the Cypress framework to do the technical test, which consists to use the SEAT Car Configurator website and verify that the configuration is available to download with X reference id and have the same result

Building and installation

We need to install NodeJS. Cypress supports:

Node.js 14.x Node.js 16.x Node.js 18.x and above

I used the version 18.14.2:

https://nodejs.org/en/blog/release/v18.14.2

See www.nodejs.org for more information.

If you are a Ubuntu user you can do the following:

sudo apt update
sudo apt install nodejs
node -v
sudo apt install npm

If you need a specific version you can use NVM

Once Node installed, you must install Cypress. I used the version 12.10.0:

# Install Cypress
npm install --save-dev [email protected]

To execute the tests you can open Cypress in UI mode:

# Start Cypress UI
npx cypress open

Or you can run it using headless Chrome if you have this browser installed:

# Start Cypress with headless Chrome
npm run tests-chrome

ui-automation-seat's People

Contributors

aramirez5 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.