Code Monkey home page Code Monkey logo

dlr-end-to-end-testing's Introduction

Feature-descriptions and end to end tests for DLR

This project contains feature-descriptions of the DLR application.

The features are written using Gherkin-syntax and is coupled to end-to-end tests. Jira-stories should reference to the corresponding feature.

##Usage

Run tests with

npm run test

To test a single feature (example):

npx cypress run --spec cypress/integration/curatorCommunication.feature

To run locally tests (with GUI):

CYPRESS_BASE_URL=http://localhost:9999/ npx cypress open

##Requirements:

Add a cypress.env.json-file with the content:

{
  "CURATOR_TOKEN": "<jwt token for test user with curator role>",
  "PUBLISHER_TOKEN": "<jwt token>",
  "KALTURA_PUBLISHER_TOKEN": "<jwt token>",
  "ADMINISTRATOR_TOKEN": "<jwt token>",
  "EDITOR_TOKEN": "<jwt token>"
}
The .feature file will use steps definitions from a directory with the same name as your .feature file. The javascript files containing the step definitions can have other names if you want to break them into different concerns
We also have a way to create reusable step definitions. Put them in cypress/integration/common/

dlr-end-to-end-testing's People

Contributors

inhjunit avatar nraanes avatar pcb-unit avatar

Watchers

 avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.