2018-09-20 09:46:51 +00:00
|
|
|
/*
|
2018-12-04 05:57:11 +00:00
|
|
|
* Statping
|
2018-09-20 09:46:51 +00:00
|
|
|
* Copyright (C) 2018. Hunter Long and the project contributors
|
|
|
|
* Written by Hunter Long <info@socialeck.com> and the project contributors
|
|
|
|
*
|
2018-12-04 04:17:29 +00:00
|
|
|
* https://github.com/hunterlong/statping
|
2018-09-20 09:46:51 +00:00
|
|
|
*
|
|
|
|
* The licenses for most software and other practical works are designed
|
|
|
|
* to take away your freedom to share and change the works. By contrast,
|
|
|
|
* the GNU General Public License is intended to guarantee your freedom to
|
|
|
|
* share and change all versions of a program--to make sure it remains free
|
|
|
|
* software for all its users.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU General Public License
|
|
|
|
* along with this program. If not, see <http://www.gnu.org/licenses/>.
|
|
|
|
*/
|
|
|
|
|
2018-08-17 08:28:15 +00:00
|
|
|
// ***********************************************************
|
|
|
|
// This example support/index.js is processed and
|
|
|
|
// loaded automatically before your test files.
|
|
|
|
//
|
|
|
|
// This is a great place to put global configuration and
|
|
|
|
// behavior that modifies Cypress.
|
|
|
|
//
|
|
|
|
// You can change the location of this file or turn off
|
|
|
|
// automatically serving support files with the
|
|
|
|
// 'supportFile' configuration option.
|
|
|
|
//
|
|
|
|
// You can read more here:
|
|
|
|
// https://on.cypress.io/configuration
|
|
|
|
// ***********************************************************
|
|
|
|
|
|
|
|
// Import commands.js using ES2015 syntax:
|
|
|
|
import './commands'
|
|
|
|
|
|
|
|
// Alternatively you can use CommonJS syntax:
|
|
|
|
// require('./commands')
|