/cypress_test

Project to test Stars Wars API

Primary LanguageJavaScript

Welcome to Cypress Star Wars API validator!

CircleCI

This project validates the status code and the structure of Star Wars API using cypress, the following end-points are:

Install

If you don't have npm installed in your machine, you can install HERE

  1. Clone this repo:
    $ git clone https://github.com/tiagodread/cypress_test.git
  2. Go to project folder:
    $ cd cypress_test
  3. Install dependencies:
    $ npm install 

Run

In the project folder execute:

$ npm run cypress:open

The Cypress runner will launch and you can choose between people_spec.js and planet_spec.js files.