Aitor Perez
ef8b4fc767
Make Selenium image configurable
...
In certain environments, we may want to customise the docker image e.g.
to use a proxy to avoid docker hub rate limiting. The default behaviour
remains unchanged.
The `if` logic was broken because `uname -a` returns the entire uname,
including OS, Kernel version, machine type and what not. The string
always starts with the OS i.e. Linux or Darwin, therefore, the matching
for `arm*` was always false; therefore, it was always defaulting to the
`else` image, which happens to be multi-arch. However, it was using
`seleniarm`, which is a community driven effort, not the official
Selenium account.
In the official OSS image, version 123.0 is too old. The oldest
available is 127.0. This commit bumps to the latest available. We could
consider depending on version `4`. Version `4` refers to Selenium
version, whilst version 123.0/133.0 refer to the browser version.
2025-02-25 14:00:41 +00:00
Marcial Rosales
b09bfb25b6
Do not propagate none password for http auth backend
2025-02-25 12:50:58 +01:00
Aitor Perez
c2b9fece78
Selenium: make conf_dir configurable
...
CI can configure this variable to use a dynamic variable e.g. `${{
worker.temp }}`
2025-02-25 11:23:45 +00:00
Marcial Rosales
c3da54c3ea
Remove duplicate flag
2025-02-21 11:53:27 +01:00
Marcial Rosales
94c28d642b
Configure location of mocha-test dockerfile
2025-02-21 11:33:26 +01:00
Marcial Rosales
2ab890f344
Fix flake on rabbitmq_mqtt auth_SUITE ( #13180 )
...
* Separate invalid client test from the valid one
* Apply same changes from pr #13197
* Deal with stalereferences caused by timing issues
looking up objects in the DOM
* Unlink before assertion
2025-02-12 17:15:51 +01:00
Marcial Rosales
1d8b28d10e
Clean up
2024-11-28 16:56:12 +01:00
Marcial Rosales
0f9a7cfb9c
Fix queue name
2024-11-28 16:54:19 +01:00
Marcial Rosales
40d150fb9d
Fix bug building connection options for amqps
2024-11-28 16:30:50 +01:00
Marcial Rosales
31f0a5487f
Fix issue in amqp10
2024-11-28 16:18:38 +01:00
Marcial Rosales
713c7c9a53
Fix queue name used in amqp10
2024-11-28 16:02:23 +01:00
Marcial Rosales
0ba194ae53
Replace java amqp10 with javascript one
2024-11-27 10:40:23 +01:00
Marcial Rosales
106012d57f
Add extra logging
...
To capture where the flake occurs
2024-11-25 14:46:09 +01:00
Marcial Rosales
751dd41eb2
Fix issue
2024-11-25 14:46:09 +01:00
Marcial Rosales
e5bcf7f327
Remove extra delay in AMQP 1.0 selenium round trip test
2024-11-22 11:17:51 -05:00
Marcial Rosales
50a316ac1e
Add missing vhost
2024-11-21 17:07:27 +01:00
Marcial Rosales
ce760c688b
Insert control-cache headers to every resource and reload index.html
2024-11-21 16:47:48 +01:00
Marcial Rosales
a8e7d69ed0
Clean up
2024-11-18 13:45:07 +01:00
Marcial Rosales
0bc9a49b24
Test live data
2024-11-18 13:22:34 +01:00
Marcial Rosales
310b7e91e6
Include other vhost
2024-11-18 12:44:17 +01:00
Marcial Rosales
b46a7ed684
Test session and links details
2024-11-18 11:47:44 +01:00
Marcial Rosales
5b845a6474
Extract table of sessions and links
2024-11-18 11:47:44 +01:00
Marcial Rosales
86bf3e108f
Navigate from connections to connection page
2024-11-18 11:47:44 +01:00
Marcial Rosales
88f1028333
Use monitoring-only user to list connections
2024-11-18 11:47:44 +01:00
Marcial Rosales
6fac16c648
Read RABBITMQ_CERTS env var only when tls is in use
2024-11-18 11:47:44 +01:00
Marcial Rosales
b864957d94
Upgrade dependencies for chrome and selenium
2024-11-18 11:47:44 +01:00
Marcial Rosales
0b9ab515ac
Add suite
2024-11-18 11:47:44 +01:00
Marcial Rosales
dbc398b705
WIP Test amqp10 connection information in mangement ui
2024-11-18 11:47:44 +01:00
Marcial Rosales
6bf27a212f
Use tls in oauth providers and rabbitmq
2024-11-14 19:39:06 +01:00
Marcial Rosales
4b7f8b28e2
Fix schema mapping issues
...
And location of cert files when running
multioauth test suites locally
2024-10-08 08:17:48 +02:00
Marcial Rosales
6d0e195957
Fix schema issues
...
And fix selenium script to run
rabbitrmq locally
2024-10-08 08:17:48 +02:00
Marcial Rosales
f61ba39b00
Add explicitly sub preferred_username
2024-10-08 08:17:48 +02:00
Marcial Rosales
3cf5b7e03e
Reduce verbosity of some log statements
2024-10-08 08:17:47 +02:00
Marcial Rosales
4da45996ca
Minor refactor
...
Improve logging
Fix an issue running selenium tests locally
WIP modify schema to configure queryParameters for
oauth2 endpoints
2024-10-08 08:17:47 +02:00
dependabot[bot]
dfabf97bf7
build(deps): bump ch.qos.logback:logback-classic
...
Bumps [ch.qos.logback:logback-classic](https://github.com/qos-ch/logback ) from 1.2.11 to 1.2.13.
- [Commits](https://github.com/qos-ch/logback/compare/v_1.2.11...v_1.2.13 )
---
updated-dependencies:
- dependency-name: ch.qos.logback:logback-classic
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-09-06 17:17:09 +00:00
Marcial Rosales
94f7540b9c
Minor doc correction
2024-09-04 16:10:15 +01:00
Marcial Rosales
a1206dc801
Move selenium to the root of the repo
2024-09-04 14:59:58 +01:00