-
Notifications
You must be signed in to change notification settings - Fork 36
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
When the browser location defined in the test-runner.conf is wrong no error is logged in the console (dashboard) #116
Comments
The exceptions around this have been improved. |
There are 2 things here:
With 1) and 2), the dashboard displays this: However, with #1 there is nothing output to the console With #2 the following is output to the console:
|
@sospirited, the first point does not seem to be relevant to BladeRunnerJS. Please let us know if you think this may not be the case. Otherwise, PR #1141 fixes console-related issues for when the browsers have not been found. |
@ioanalianabalas on the first point, i think we used to by default not define a browser, but now the default is to use chrome, so we no longer need to worry about it:) I reproduced the second issue, and I only get the following error in the console:
I'm assuming we are meant to see a new exception, but it is not making it to the console |
@thecapdan, I have retested the functionality, and we are currently seeing this message on the dashboard: You are right about the console, though - there are no additional messages there. I am fixing this now. |
After a discussion with @dchambers, we have decided to postpone this issue, because we intend on changing the way the tests run to use the model rather than the commands. |
https://jira.caplin.com/browse/PCTCUT-608
If the test-runner.conf file has the browser location incorrectly defined it throws a message in the dashboard saying: "Error running tests. Check BladeRunner console for error messages."
Howeeer, the BladeRunner Console doesn't give an error message, it simply says:
"
Writing HTML reports to ../test-results/html.
Starting server process...
Time Taken: 2secs "
However, when you are running from the command prompt "bladerunner test ../apps/fxtrader", you get an error message like you would expect.
The text was updated successfully, but these errors were encountered: