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

https://github.com/wlsf82/cy-alias

Sample project to demonstrate aliasing with Cypress.
https://github.com/wlsf82/cy-alias

canal-tat cypress cypress-aliasing cypress-io talking-about-testing testing vem-aprender-cypress-na-tat

Last synced: 12 months ago
JSON representation

Sample project to demonstrate aliasing with Cypress.

Awesome Lists containing this project

README

          

# cy-alias

[![CI](https://github.com/wlsf82/cy-alias/actions/workflows/ci.yml/badge.svg)](https://github.com/wlsf82/cy-alias/actions)

Sample project to demonstrate aliasing with [Cypress](https://cypress.io).

## Pre-requirements

It is required to have git, Node.js and npm installed to clone and run this project.

> I used versions `2.34.1`, `v18.15.0`, and `9.5.0.` of git, Node.js and npm, respectively. I suggest you use the same or later LTS versions.

## Installation

Run `npm install` (or `npm i` for the short version) to install the dev dependencies.

## Tests

Run `npm test` (or `npm t` for the short version) to run the tests in headless mode.

Or, run `npm run cy:open` to open the Cypress App and run the tests in interactive mode.

## Support this project

If you want to support this project, leave a ⭐.

___

This project was created with 💚 by [Walmyr](https://walmyr.dev).