riot-web/cypress/support
Andy Balaam 3d2d08b132
Support Podman style of accessing the host network in Cypress tests (#11421)
* Supply '--network slirp4netns:allow_host_loopback=true' argument when launching via Podman

This means that the host.containers.internal address will work as a way
to access the host machine's network from within the container in
Podman. This is eqivalent to '--add-host
host.docker.internal:host-gateway' in Docker.

* Log the locations of generated files for Cypress tests

* Use 'host.containers.internal' to access the host network when using Podman

* Support Podman in email Cypress tests too

* Restrict code that decides between Docker and Podman to run in Cypress plugins

Because it can't run in the browser - it needs to run a command line
command to find out.

* Move logic for HOST_DOCKER_INTERNAL into cfgDirFromTemplate
2023-08-18 14:40:17 +00:00
..
app.ts
axe.ts
bot.ts
client.ts
clipboard.ts
composer.ts
config.json.ts
e2e.ts Simplify registration with email validation (#11398) 2023-08-15 16:14:53 +01:00
homeserver.ts Support Podman style of accessing the host network in Cypress tests (#11421) 2023-08-18 14:40:17 +00:00
iframes.ts
labs.ts
log.ts
login.ts Support Matrix 1.1 (drop legacy r0 versions) (#9819) 2023-08-14 09:25:13 +01:00
mailhog.ts Simplify registration with email validation (#11398) 2023-08-15 16:14:53 +01:00
network.ts
percy.ts
promise.ts Simplify registration with email validation (#11398) 2023-08-15 16:14:53 +01:00
proxy.ts
settings.ts
timeline.ts
toasts.ts
util.ts
views.ts Tests for read/unread status (#11301) 2023-08-10 12:59:01 +00:00
webserver.ts