mirror of https://github.com/jpanther/congo.git
13 lines
285 B
JavaScript
13 lines
285 B
JavaScript
|
module.exports = {
|
||
|
ci: {
|
||
|
collect: {
|
||
|
startServerCommand: "npm run example",
|
||
|
startServerReadyPattern: "Web Server is available",
|
||
|
url: ["http://localhost:8008/congo/samples/markdown/"],
|
||
|
},
|
||
|
upload: {
|
||
|
target: "temporary-public-storage",
|
||
|
},
|
||
|
},
|
||
|
};
|