[solved] website loads locally but fails on GitHub action CI #2684
pinheadmz
started this conversation in
Development
Replies: 1 comment
-
|
Solved! HTML files were not available to the webserver on CI -doh! Thanks |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
My test passes on both Ubuntu Desktop and MacOS in both headless and with-UI modes, however it fails on the Github workflow Ubuntu test runner. The debug logs imply that Taiko opens the browser and requests the first page (
index.html) but then it does not seem to parse the DOM or load the css files.The code is currently private but I can share debug logs. the lines beginning with
[debug]are from the webserver. so I know Taiko is at least requesting that first page and the server is listening.The error I actually get thrown on CI is:
... It's evident in the logs that initial html page isn't fully loading or loading correctly, but I'm not sure what to look into next:
Failure on github CI
Success on local
Beta Was this translation helpful? Give feedback.
All reactions