* MM-41854 Detox/E2E: Setup detox infrastructure in Gekidou * Fix lint issues * Fix lint issues * Update API to include baseUrl for multiple servers * Update init.js to have default siteUrl as baseUrl * Update init.js to have default siteUrl as baseUrl * Update import of testConfig * Update import of testConfig * Update postMessageAs signature * Update detox/webhook_server.js Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com> Co-authored-by: Mattermod <mattermod@users.noreply.github.com> Co-authored-by: Avinash Lingaloo <avinashlng1080@gmail.com>
36 lines
422 B
Text
36 lines
422 B
Text
parts {
|
|
device {
|
|
display {
|
|
width 1440
|
|
height 3040
|
|
x 0
|
|
y 0
|
|
}
|
|
}
|
|
portrait {
|
|
background {
|
|
image back.webp
|
|
}
|
|
foreground {
|
|
mask mask.webp
|
|
cutout emu01
|
|
}
|
|
}
|
|
}
|
|
layouts {
|
|
portrait {
|
|
width 1571
|
|
height 3332
|
|
event EV_SW:0:1
|
|
part1 {
|
|
name portrait
|
|
x 0
|
|
y 0
|
|
}
|
|
part2 {
|
|
name device
|
|
x 61
|
|
y 195
|
|
}
|
|
}
|
|
}
|