项目作者: navbhati

项目描述 :
Continuous Testing with Cypress + Azure DevOps
高级语言: JavaScript
项目地址: git://github.com/navbhati/cypress-and-azure-devops-pipelines.git
创建时间: 2020-05-27T08:43:03Z
项目社区:https://github.com/navbhati/cypress-and-azure-devops-pipelines

开源协议:MIT License

下载


Introduction

This projects aimed at providing a working and usable test framework using Cypress and Azure DevOps pipelines to help setup continuous testing and continuous delivery.

In this demo I will be testing Help & FAQs page of ASOS.com for different markets (UK and France)

Getting Started

  • Download this repo
  • Open in VS Code
  • Run npm install command on root directory to install required packages
  • Add cypress.env.json file with following property

    1. {
    2. "MARKET": "uk"
    3. }

    Note: change the above property value to appropriate market to run tests on different market.

Build and Test

Run following command in command line or VS Code terminal

  1. npm run cy:open