An open API service indexing awesome lists of open source software.

https://github.com/startrug/conduit.cypress.e2etests


https://github.com/startrug/conduit.cypress.e2etests

automated-testing cypress cypress-framework e2e-tests

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

          

[![Conduit.Cypress.E2ETests](https://img.shields.io/endpoint?url=https://dashboard.cypress.io/badge/detailed/7pnt7q/master&style=flat&logo=cypress)](https://dashboard.cypress.io/projects/7pnt7q/runs)
![Last commit](https://img.shields.io/github/last-commit/startrug/Conduit.Cypress.E2ETests?color=9cf&logo=git)
![GitHub top language](https://img.shields.io/github/languages/top/startrug/Conduit.Cypress.E2ETests?color=blue)

# Cypress e2e tests training project

## Description
This is my first automated testing project using JS and Cypress framework. I prepared some test scenarios for React Redux app availaible here: [Conduit](https://react-redux.realworld.io/#/). Conduit is very popular sample app for test, so testting it is nothing original. Anyway, my goal is to create complete test project for this website
By this project, I wanted to get essential and some intermediate knowledge about amazing Cypress framework and its capabilities.

## Prerequisites
Complete information about system requirements and Cypress installation you can find here: [docs.cypress.io/guides/getting-started/installing-cypress.html#System-requirements](https://docs.cypress.io/guides/getting-started/installing-cypress.html#System-requirements).