693e116222
Runs the cypress workflow directly without docker
6 lines
118 B
JavaScript
6 lines
118 B
JavaScript
module.exports = {
|
|
strictSSL: false,
|
|
followRedirect: true,
|
|
resources: ['https://host.docker.internal:8000'],
|
|
};
|