Skip to content

Small example showing "extends: ..." support in cypress.json file

Notifications You must be signed in to change notification settings

bahmutov/cypress-extends-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cypress-extends-example

This is a small example that implements single level extends: filename support in cypress.json via plugins file.

See cypress.json that has "extends": "./another-config.json" pointing at another-config.json. The plugins file cypress/plugins/index.js loads cypress.json, finds extends key and loads the file, returning the extra config - Cypress merges the returned value automatically.

About

Small example showing "extends: ..." support in cypress.json file

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published