setup-chromedriver | ChromeDriver for use in GitHub Actions | Functional Testing library
kandi X-RAY | setup-chromedriver Summary
kandi X-RAY | setup-chromedriver Summary
ChromeDriver for use in GitHub Actions
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of setup-chromedriver
setup-chromedriver Key Features
setup-chromedriver Examples and Code Snippets
Community Discussions
Trending Discussions on setup-chromedriver
QUESTION
I am setting up a Github Actions workflow to run the entire test suite of a rails webapp and have some troubles with tests that use Capybara and Selenium (and sadly I have close to no experience with those tools!).
Here is the error message from Github Actions:
...ANSWER
Answered 2021-Mar-19 at 15:35From the error message you can see that the browser is being sent to http://project.example.com/...
which doesn't exist, and even if it did wouldn't be where your test app is running. Assuming you're running the same test config locally, it's possible you have project.example.com
pointed at localhost/127.0.0.1 (check your /etc/hosts or local DNS configuration) which would make your tests work there. You need to update your test configuration so tests run against whichever ip your app under test is being run on.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install setup-chromedriver
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page