UNPKG

cgi-core

Version:

Lightweight, zero-dependency middleware for hosting CGI scripts with HTTP/1.1 support

9 lines (7 loc) 158 B
const { defineConfig } = require("cypress"); module.exports = defineConfig({ e2e: { baseUrl: "http://127.0.0.1:3001", supportFile: false, }, });