Hi fellow Travis community, maybe @Montana can look at this?
The travis.yml
file looks like below:
language: node_js
node_js:
- '18.16.0'
dist: jammy
addons:
chrome: stable
before_install:
- # start your web application and listen on `localhost`
- google-chrome-stable --headless --disable-gpu --remote-debugging-port=9222 http://localhost &
install:
- npm install
script:
- npm run generic
- npm run login
- npm run signup
I run the test using testsuite and get:
Error while creating session with the driver service. Stopping driver service: Could not start a new session. Response code 500. Message: session not created: This version of ChromeDriver only supports Chrome version 117
[0-0] Current browser version is 116.0.5845.187 with binary path /opt/google/chrome/chrome
I’ve tried using buildpacks, different OS’s etc. This is a blocker for us right now. We are a paying customer!