Closed neonstalwart closed 10 years ago
looks like the path to rql was wrong but unused for me. however, now it's completely broken. how are you trying to run this? the 2 ways i'm using are
npm test
npm run test.proxy
if i completely remove baseUrl and packages from the config and change back to suites: [ 'test/all' ] then npm test works and running the proxy and visiting http://localhost:9000/__intern/client.html?config=test/intern works.
baseUrl
packages
suites: [ 'test/all' ]
it looks like you might be attempting to have one intern proxy running for multiple projects but i have not managed to get that working in the past.
This should allow it run on npm and the browser, both with shared or own intern installation: https://github.com/persvr/rql/commit/a8ab48dfbba8d6d674f55028d4f90146bcc80468
looks like the path to rql was wrong but unused for me. however, now it's completely broken. how are you trying to run this? the 2 ways i'm using are
npm test
from the root of the repo and the tests are run in nodenpm run test.proxy
from the root of the repo and then visit http://localhost:9000/__intern/client.html?config=rql/test/internif i completely remove
baseUrl
andpackages
from the config and change back tosuites: [ 'test/all' ]
thennpm test
works and running the proxy and visiting http://localhost:9000/__intern/client.html?config=test/intern works.it looks like you might be attempting to have one intern proxy running for multiple projects but i have not managed to get that working in the past.