Add test example to scrap a web page.

This commit is contained in:
Florian THIERRY
2025-03-31 23:03:24 +02:00
parent a39f84fdd2
commit 096baf9a3c
6 changed files with 152 additions and 1 deletions

17
cypress/support/e2e.js Normal file
View File

@@ -0,0 +1,17 @@
// ***********************************************************
// This example support/e2e.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'