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

get chromedriver tests running #75

Open
devoncarew opened this issue May 1, 2022 · 0 comments
Open

get chromedriver tests running #75

devoncarew opened this issue May 1, 2022 · 0 comments

Comments

@devoncarew
Copy link
Collaborator

The results from the last attempt:

Starting ChromeDriver 100.0.4896.60 (6a5d10861ce8de5fce22564658033b43cb7de047-refs/branch-heads/4896@{#875}) on port 4444
Only local connections are allowed.
Please see https://chromedriver.chromium.org/security-considerations for suggestions on keeping ChromeDriver safe.
ChromeDriver was started successfully.

✅ test/console_test.dart: WipConsole receives new console messages
❌ test/console_test.dart: WipConsole receives old console messages (failed)
❌ test/console_test.dart: WipConsole does not receive messages if not enabled (failed)
✅ test/runtime_test.dart: WipRuntime getIsolateId
❌ test/runtime_test.dart: WipRuntime getHeapUsage (failed)
❌ test/runtime_test.dart: WipRuntime evaluate (failed)
❌ test/runtime_test.dart: WipRuntime callFunctionOn (failed)
✅ test/runtime_test.dart: WipRuntime getProperties
✅ test/debugger_test.dart: WipDebugger gets script events
❌ test/debugger_test.dart: WipDebugger getScriptSource (failed)
✅ test/debugger_test.dart: WipDebugger getPossibleBreakpoints
❌ test/debugger_test.dart: WipDebugger setBreakpoint / removeBreakpoint (failed)
✅ test/dom_model_test.dart: WipDomModel maintains model across getDocument calls
❌ test/dom_model_test.dart: WipDomModel requestChildNodes updates children (failed)
✅ test/dom_model_test.dart: WipDomModel removing a node updates children
❎ test/dom_model_test.dart: WipDomModel Moving a node updates children (skipped)
✅ test/dom_model_test.dart: WipDomModel Setting node value updates value
✅ test/dom_model_test.dart: WipDomModel Adding attribute updates attributes
❌ test/dom_model_test.dart: WipDomModel Changing attribute updates attributes (failed)
❌ test/dom_model_test.dart: WipDomModel Removing attribute updates attributes (failed)
❌ test/dom_model_test.dart: WipDomModel refreshing resets document (failed)
❎ test/dom_model_test.dart: WipDomModel getting attributes works (skipped)

Error: 9 tests passed, 11 failed, 2 skipped.
@devoncarew devoncarew changed the title get chromedriver test running get chromedriver tests running May 1, 2022
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

1 participant