https://cypress.io logo
Cypress Component Test Issues
# i-need-help
r
Can anyone provide a way to resolve this error when running component tests?
Copy code
ERROR in   Error: Child compilation failed:
  Entry module not found: Error: Can't resolve '/cypress/support/component-index  .html' in '/':
I'm also seeing this error "Parsing error: Unexpected token" error after private/public keyword. Been trying to get component tests up and running for a while. Would really appreciate any feedback.
I manually setup cypress component test so I had to create this file... for anyone looking at this in the future
w
Sorry for the trouble! This is good feedback, we could provide more detailed instructions around manually setting up CT. I'm curious if there was a reason you chose to configure it manually instead of through the UI?
r
@wonderful-match-15836 I'm using docker so did not have the interactive app setup. I actually have two unresolved issues for the interactive app and component test https://discord.com/channels/755913899261296641/1079940261834149980/1079940261834149980 and https://discord.com/channels/755913899261296641/1079574311511265371/1079574311511265371. My first problem is public and private TS keywords and then I also run into an error when selecting a testing type after running cypress open (I have X11 setup and the GUI appears, and it says my tests are configured underneath testing types... when I click a testing type I get the error
Copy code
Error: Circular symlink detected: "/usr/bin/X11" points to "/usr/bin"
d
How were you able to get the GUI visible in interactive mode when you're using docker? - I tried following the recommended steps of 1) ensuring dependencies were installed 2) manually instantiating Xvfb, but I'm still not getting the GUI to appear even though an instance of GraphQL is starting, according to the console
r
2 Views