mirror of
https://git.joinplu.me/Plume/Plume.git
synced 2024-11-25 21:11:01 +00:00
Start selenium
This commit is contained in:
parent
3c1617c4f9
commit
f2203710cb
1 changed files with 5 additions and 0 deletions
|
@ -146,6 +146,11 @@ local Integration(db) = {
|
||||||
[
|
[
|
||||||
restoreCache,
|
restoreCache,
|
||||||
startDb(db),
|
startDb(db),
|
||||||
|
{
|
||||||
|
name: 'selenium',
|
||||||
|
image: 'elgalu/selenium:latest',
|
||||||
|
detach: true,
|
||||||
|
},
|
||||||
{
|
{
|
||||||
name: "integration-" + db,
|
name: "integration-" + db,
|
||||||
image: plumeEnv,
|
image: plumeEnv,
|
||||||
|
|
Loading…
Reference in a new issue