TEAMMATES / teammates

This is the project website for the TEAMMATES feedback management tool for education
https://teammatesv4.appspot.com/
GNU General Public License v2.0
1.66k stars 3.31k forks source link

Issues in Setting up Developer Environment #5023

Closed chowyb closed 8 years ago

chowyb commented 8 years ago

Hi, my name is Yuan Bin, a Year 3 Computing Science student from the National University of Singapore.

I am having issues with getting the UI tests to pass on my system, as the connection appears to be refused. Firefox states that it is unable to establish a connection to localhost:8888, and a screenshot of the errors after re-running the failed tests (via "Run failed tests") is as follows: teammates001

I have already followed the steps as given in https://github.com/TEAMMATES/teammates/blob/master/devdocs/settingUp.md up to Step 3 of "Running the test suite", as well as setting the Firefox path to a 38.0.5 version, as I am using the latest version of Firefox (45.0) as my main browser.

I note that running the development server works normally, and I am able to access localhost:8888 when not running tests.

jkt001 commented 8 years ago

Hi Yuan Bin,

Are you sure that you are running the test while the dev server is running?

Once you opened up Eclipse, run the dev server and then run the tests without turning off the dev server.

Hope this helps!

chowyb commented 8 years ago

Hi,

Thanks for the help! I realised I misinterpreted the instructions, and explicitly turned off the dev server before running tests (also because another school project I'm on has that workflow)

Thanks again!

junhaoyap commented 8 years ago

@wkurniawan07 assigning you to help out if any more is needed, @jkt001 thanks for chipping in!