Extract and set form values through the DOM—no frameworks required! https://github.com/TheoryOfNekomata/formxtra
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

cypress.json 164 B

123456
  1. {
  2. "fixturesFolder": "test/fixtures",
  3. "integrationFolder": "test/integrations",
  4. "pluginsFile": "test/plugins/index.ts",
  5. "supportFile": "test/support/index.ts"
  6. }