Minimum CircleCI 2 config.yml to get project using Elm and Rails to run successfully
Minimum CircleCI 2 config.yml to get project using Elm and Rails to run successfully
My Selenium webdriver/Chromium Rspec (browser) tests are failing on pages that have Elm apps in them because the Elm generated JS seems to exist but is not running. I can see the path to the generated .js
file. I did the reported CPU hack change using libconfsyscpus
but still tests are failing. I've tried upping the timeout but it's taking so long that perhaps the CPU hack is different on CircleCI 2, or I missed something. My tests pass rather quickly on CircleCI 1 leading me to believe that:
.js
libconfsyscpus
libconfsyscpus
Can someone share their CircleCI 2 config that can run Ruby, JavaScript, and Elm?
0
Thanks for contributing an answer to Stack Overflow!
But avoid …
To learn more, see our tips on writing great answers.
Required, but never shown
Required, but never shown
By clicking "Post Your Answer", you acknowledge that you have read our updated terms of service, privacy policy and cookie policy, and that your continued use of the website is subject to these policies.
It would be better for you to share your config, and what problem you are running into specifically. If these are browser tests, can you run them in an SSH session so you can take a screenshot? Selenium should be able to do that for you.
– halfer
Sep 14 '18 at 10:44