C G Giridhar
C G Giridhar
Hi Team, we have an update to share. As part of debugging from our side, we removed all the manual application addition and let Helidon discover and register the Jax-Rs...
Yes David, as per our initial testing, the application is working as expected. I will keep you posted if we face any challenges. As of now, this issue is not...
An update I was able to overcome the issue mentioned indirectly. I added the Selenium Container to the same network as the docker compose environment created using the `withNetworkMode` (from...
Hi @kiview , Thank You for the reply. I am also pretty new to the JavaScript/ Node Ecosystem and coming from a Java background I am still wrapping my brain...
Hello @cristianrgreco > Can an enhancement be done so that the selenium recording container uses the network specified by withNetworkMode (and may be withNetwork) when they are used? Is this...
Hello @cristianrgreco, I am trying to implement the changes for this issue. I need help with the following. https://github.com/testcontainers/testcontainers-node/blob/e4fa915685b4fa8eddffe493594be883981fa333/packages/modules/selenium/src/selenium-container.ts#L93 Here, a network is essential to start the recording container. How...
Hi @cristianrgreco , Thanks for the reply. The network created is used further down in the code to create the recording container. https://github.com/testcontainers/testcontainers-node/blob/e4fa915685b4fa8eddffe493594be883981fa333/packages/modules/selenium/src/selenium-container.ts#L88 It is also used in the constructor...