同じのをクリックしまくるのを書いたら怒られた。 https://docs.cypress.io/api/cypress-api/config
cypress.config.js
const { defineConfig } = require("cypress"); module.exports = defineConfig({ // かえる redirectionLimit: 10000, e2e: { setupNodeEvents(on, config) { // implement node event listeners here }, }, });
ここを追加したらいけた。 いくつまで行けるのかなあ?