cach-radio/inc/themes/castanet/test/blue-grid.js

17 lines
522 B
JavaScript
Raw Normal View History

2022-12-15 22:36:40 +01:00
module.exports = {
ci: {
collect: {
url: [
'http://localhost:1313/',
'http://localhost:1313/aug/',
'http://localhost:1313/guest/',
'http://localhost:1313/about/'
],
startServerCommand: 'cd exampleSite && HUGO_ENV=production && hugo server --config ../test/blue-grid-config.toml --baseUrl="http://localhost:1313"',
startServerReadyPattern: 'Web Server is available'
},
upload: {
target: 'temporary-public-storage',
},
},
};