OpenSlides/integration/resource-config.js
Sean 693e116222 Run cypress workflow without docker
Runs the cypress workflow directly without docker
2021-11-23 22:47:49 +01:00

6 lines
107 B
JavaScript

module.exports = {
strictSSL: false,
followRedirect: true,
resources: ['https://localhost:8000'],
};