Skip to content
This repository was archived by the owner on Jun 8, 2022. It is now read-only.

Rename and update content of background file for Cypress 4 #13

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions cypress/plugins/index.js → cypress/background/index.js
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
// ***********************************************************
// This example plugins/index.js can be used to load plugins
// This example background/index.js can be used to load plugins
// in the background process
//
// You can change the location of this file or turn off loading
// the plugins file with the 'pluginsFile' configuration option.
// the background file with the 'backgroundFile' configuration option.
//
// You can read more here:
// https://on.cypress.io/plugins-guide
// https://on.cypress.io/background-process
// ***********************************************************

// This function is called when a project is opened or re-opened (e.g. due to
Expand Down