cypress-video
v1.4.0
Published
The Cypress Video Creator was developed as an end project for the bachelor Computer Science and Engineering at the Eindhoven University of Technology. The goup was named Code Purple and consisted of the following people: - Hakim Agni - Mourad Boustani - T
Downloads
22
Readme
About
The Cypress Video Creator was developed as an end project for the bachelor Computer Science and Engineering at the Eindhoven University of Technology. The goup was named Code Purple and consisted of the following people:
- Hakim Agni
- Mourad Boustani
- Teodora Ganea
- Mino Keuren
- Onno Kniknie
- Manuel Ronhaar
- Anca Soare
- Julian Vink
- Ivar de Win
Project Managers: Rik Hoogerheijde and Tanvi Kiran
Supervisor: Nicola Zannone
Client: CodeYellow
Installation
To install the Cypress Video Creator runyarn add cypress-video
Integration for Cypress 9
In cypress/support/commands.js add the following line:require("cypress-video/commands.js")
In cypress/plugins/index.js add the first line at the top and the second in the modules.export function:const cypress_video = require("cypress-video/events.js")
cypress_video(on, config)
Integration for Cypress 10+
In cypress/support/commands.js add the following line:require("cypress-video/commands.js")
In cypress.config.js add the first line at the top and the second in the setupNodeEvents function:const cypress_video = require("cypress-video/events.js")
cypress_video(on, config)
Source code
The following source code was written by Code Purple:
- commands/
- postProcessing/
- events.js
- errors.js
- utility.js
- globals.js
- commands.js
There are no generated source files.
Cypress code gets called by our source file, this code is not contained in the repository however.
No data classes are used. Assets used are in the assets
folder.