jason0x43 on master
Update webdriver versions (compare)
jason0x43 on gh-pages
Update assets (compare)
dependabot[bot] on npm_and_yarn
Bump y18n from 4.0.0 to 4.0.1 … (compare)
dependabot[bot] on npm_and_yarn
Bump y18n from 4.0.0 to 4.0.1 … (compare)
jason0x43 on 4.9
Update dependencies to fix vuln… (compare)
jason0x43 on master
fix(leadfoot): handle WD respon… (compare)
INTERN_ARGS
environment variable to pass command line options, but it's not very ergonomic for something like this.
Timeout: [POST http://localhost:4444/wd/hub/session / {"desiredCapabilities":{"name":"intern","idle-timeout":60,"browserName":"firefox","moz:firefoxOptions":{"args":["-headless"],"browser":"firefox"}}] connection refused
require.undef
) to force-load it (without mocked dependencies) the next time it is needed.suide error occured
. Can anyone tell me how to set this up?
tunnelOptions
property, like:"tunnelOptions":: {
"drivers": [ { name: "chrome", "version": "85.0.4183.87" } ]
}
Error: Unable to load /tests/box.spec.ts
at HTMLScriptElement.<anonymous> @ node_modules/intern/browser/remote.js:168:45068
No unit test coverage for chrome on linux
// intern.json
{
"node": {
"suites": "tests/**/*.ts"
},
"browser": {
"suites": "build/tests.js"
}
}
Timeout: [POST http://localhost:4444/wd/hub/session / [...snip...] connection refused
@theintern/digdug
have semver
listed as a dependency since it's being used here? https://github.com/theintern/digdug/blob/master/src/SeleniumTunnel.ts#L18
semver
isn't being found https://github.com/dstaley/ssgen/pull/4/checks?check_run_id=1216741708
The following plugin:
intern.on('suiteStart', suite => suite.remote && suite.remote.session.maximizeWindow());
works like a charm on IE11.
But on Safari it throws an error:
UnknownCommand: [POST http://130.145.143.139:4444/wd/hub/session/81AE85DB-218D-4607-8411-717638D3659D/window/current/maximize] The command 'POST /session/81AE85DB-218D-4607-8411-717638D3659D/window/current/maximize' was not found.