13 lines
212 B
JavaScript
13 lines
212 B
JavaScript
|
module.exports = {
|
||
|
devEnv: {
|
||
|
image: "budibase/tests",
|
||
|
tag: "latest",
|
||
|
ports: [6379, 5984, 9000],
|
||
|
env: {},
|
||
|
wait: {
|
||
|
type: "text",
|
||
|
text: "Test environment started...",
|
||
|
},
|
||
|
},
|
||
|
}
|