Skip to content
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

partial error reporting using chromedriver #492

Open
bblfish opened this issue Feb 8, 2022 · 2 comments
Open

partial error reporting using chromedriver #492

bblfish opened this issue Feb 8, 2022 · 2 comments

Comments

@bblfish
Copy link

bblfish commented Feb 8, 2022

When I use chromedriver to run tests in the browser in my httpSig project, I don't get the full diff error results as I would when running the java tests.

$ sbt
> ciChrome

results in the following output:
Screenshot 2022-02-08 at 09 22 41

Which does not show the diffs, making it difficult to work out what the problem may be.

@bblfish
Copy link
Author

bblfish commented Feb 8, 2022

@armanbilge told me this is related to #247 Avoid relying on Node's fs when running in browser-based JSEnv. Perhaps there is a way of making the code available via HTTP, to get the diffs?

@armanbilge
Copy link
Contributor

There's also a proposal to solve this in #441 (comment).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants