-
Notifications
You must be signed in to change notification settings - Fork 109
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Web application UI tests #109
base: master
Are you sure you want to change the base?
Conversation
…ile before committing again This reverts commit 535f038.
Hi @mithi is it possible for me to re-submit the pull request? I've made changes to the code. Should I start a new pull request & clean up commits or re-submit it here? |
Hey! Thanks for this pull request. I think you have already noticed that the PR is in sync with this branch; ie when you push requests to this branch your PR is also updated. You can check why your build fails here, https://travis-ci.com/github/mithi/hexapod-robot-simulator/builds/182938302 I suggest you start with the following problem because it seems to be the most difficult: I think there's a problem with travis I'll go try to see what I can do. You can go try to fix the other issues! Thanks! |
Hi again @myiwt ! I tried to make a couple of changes to the ci configuration file, but the current build is still failing, I think this has something to do with running chrome headless but i don't know exactly I don't know how to fix this but I know the ci config file must be updated: Here are some links that might be relevant to this issue:
I think if you get to solve this issue, then your pr will be merged. Thanks again for this pull request! |
Thanks so much for this @mithi, I'll have a look at it :) |
Code Climate has analyzed commit 8f76c0b and detected 0 issues on this pull request. View more on Code Climate. |
Hi
I've made some web automation tests for the UI checking that all links, text boxes and sliders are working. I've tried to do my best, but I am new at this so please do let me know if you'd like me to make further changes.