Swen670Grp1 / cytoscape-platform-tests-js

Reveal.js testing webapp for running platform tests on Cytoscape via CyREST calls
http://chianti.ucsd.edu/~bsettle/cytoscape_platform_test
MIT License
0 stars 0 forks source link

Feature/rafiks final patch #47

Closed kouissar closed 5 years ago

kouissar commented 5 years ago

Applying Bootstrap style to many components and cleanup. Also fixed a bug with submitting large payload posts to our backend server

kouissar commented 5 years ago

@skatulich these errors are related to cycaller connection issues due to Cytoscape app not connected and nothing to do with Jira submission. once you submit the report, click log button and scroll to the bottom to see the status of your submission and the ticket id from Jira. Something like this: submit :: Starting slide {"id":"22664","key":"CRT-31","self":"https://cytoscape.atlassian.net/rest/api/3/issue/22664"} :: Uploaded the test report Successfully to Jira

skatulich commented 5 years ago

main.js:206 POST http://localhost:8000/receiveData 405 (Method Not Allowed) : happens right after selecting submit on the button for submitting to Jira.

kouissar commented 5 years ago

@skatulich did you run the app using npm run start:server or you're using live sever? You should be running the server to enable server side features. Also ensure you run npm install one more time just in case you're missing any dependencies.