Just a heads up: On March 24, 2025, starting at 4:30pm CDT / 19:30 UTC, the site will be undergoing scheduled maintenance for a few hours. During this time, the site might be unavailable for a short while. Thanks for your patience.
×Hi,
Does anyone knows how to deploy selenium testNG-tests in JIRA container using Arquillian?
I have been struggling for a while now and any help would be appreciated. Everything works fine in standalone-server but when I try to run tests in container I get null pointer exception at driver. Might be I'm missing some point. Might be do we need to intialize the WebDriver in a different way as to 'WebDriver driver = new ChromeDriver();' Any recommendations or can anyone point me in the right direction please?