Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

18 lignes
609 B

  1. // ***********************************************************
  2. // This example plugins/index.js can be used to load plugins
  3. //
  4. // You can change the location of this file or turn off loading
  5. // the plugins file with the 'pluginsFile' configuration option.
  6. //
  7. // You can read more here:
  8. // https://on.cypress.io/plugins-guide
  9. // ***********************************************************
  10. // This function is called when a project is opened or re-opened (e.g. due to
  11. // the project's config changing)
  12. module.exports = (on, config) => {
  13. require("@cypress/code-coverage/task")(on, config);
  14. return config;
  15. };