Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
OCTO-GUIC committed Feb 12, 2024
1 parent 597698b commit 5c9abf7
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .lighthouserc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ module.exports = {
// Spécifiez les options de collecte ici
// Par exemple, vous pouvez définir le nombre de runs et les URL à tester
numberOfRuns: 3,
url: ['https://agir.beta.gouv.fr/'], // Remplacez par l'URL de votre app en développement ou en production
url: [
'https://agir.beta.gouv.fr/',
'https://agir.beta.gouv.fr/onboarding',
'https://agir.beta.gouv.fr/authentification',
'https://agir.beta.gouv.fr/creation-compte',
], // Remplacez par l'URL de votre app en développement ou en production
},
assert: {
assertions: {
Expand Down

0 comments on commit 5c9abf7

Please sign in to comment.