Skip to content

LennardTestify/cypressio-base-template

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TESTIFY Cypress.IO website testing

Installation

  1. Clone repo

  2. Install node on host system

  3. Install npm packages

npm install
  1. Run tests in Cypress tool and set full startpage URL
npm run test --url=<URL>

NPM Package (in progress)

Project goal

Later on, this repository will be provided as a NPM-package to use it without the need to clone the repository. To use it, run the install script.

NPM Package is not available yet!

npm install -g ncatestify-cypressio

After that, you'll be able to use this package directly from your terminal-session.

ncatestify startUrl=<URL>

./cypress/scripts/run.js

This file is used to call the cypress-process and (later) automatically start the test-runs.

Manually bind the run.js to your local environment

To use this, either install the package via NPM (in this case, it will automatically done with the install-script) or link it manually with following command.

npm run install

This will run "npm link" and create a symlink for "ncatestify".

After that, you'll be able to start the script with:

ncatestify startUrl=https://testify.team/de

German YouTube Tutorial series

https://www.youtube.com/playlist?list=PLKrKzhBjw2Y9ceCxO3ollOc4eIVPAjiHs

Team behind

https://testify.team/de

About

Start with Cypress.IO in a simple way

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 53.0%
  • TypeScript 47.0%