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

Sync #2

Merged
merged 258 commits into from
Dec 26, 2022
Merged

Sync #2

merged 258 commits into from
Dec 26, 2022

Conversation

nair-sumesh
Copy link
Owner

No description provided.

vobu and others added 30 commits March 14, 2022 17:58
* feat(devtools): add DEBUG flag with auto open dev tools

* feat(#129): i18n text matcher

* revert: auto-open-dev-tools

* feat(128): add test for descendant matcher

* refactor: matcher test to a separate file

* feat(matchers): add new matcher types

* feat(matcher): ancestor and labelFor

* fix(matcher): ancestor

* fix(matcher): interactable

* feat(matcher): prep for matcher with constructor

* fix(matcher): update siblings matcher and test with todo

* fix: rm double ancestor

* fix: createMatcher

* fix: matcher test

* fix: rm siblings matcher

* feat(combobox): two matcher examples for combobox #121

* docs: github issue

* feat(test): separated wdio and wdi5 test

* fix(wdio): rm test for wdio id selector

* fix: revert searchfield test

* fix(searchfield): rm searchfield

Co-authored-by: dominik.feininger <[email protected]>
Co-authored-by: Simon Coen <[email protected]>
- enhanced Logger: allows for wdi5.getLogger("some-tag").log("test") results in [some-tag] test on the console
- core wdi5 tests: use mocha to test the WebdriverIO plugin itself

Co-authored-by: Sumesh Nair <[email protected]>
plus some "todo"-style test cases
* update installation.md

add section "reinitialize setup"

* docs: add npm update hint

* docs: add command to start wdi5 manually
* refactor: remove unnecessary version check

* fix: replace parseFloat version comparsion with semver version comparsion

* refactor: remove debugger step
closes #121 

Co-authored-by: dominik.feininger <[email protected]>
closes #172 

* fix: control get returns array-valued property
* fix: check if .getParent-method present on returned arr-element
* fix: test if get-method returns prop array or aggregation
* test: control method returns String[] or empty array
* test: getShorthand returns aempty array or String[]

Co-authored-by: Peder Hveem Alsvik <[email protected]>
Co-authored-by: Volker Buzek <[email protected]>
* docs: chrome headless + dev-tools

* docs: add recipe for sap.m.ComboBox
#204)

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <[email protected]>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* chore: update deps

* chore(locks): update
* fix: use the correct chromeOptions code Example

* feat: extend the documentation about running headless mode
…i.test.RecordReplay promiseWaiter issue (#217)

closes #196
wdi5 bot and others added 29 commits November 14, 2022 21:32
* feat(test): add test for planningCalendar
* test(planningcalendar): create working test
* fix(js-app): numer of expected buttons

Co-authored-by: dominikfeininger <[email protected]>
[skip ci]
make it a 2-step process,
involving passing an artefact and
using the project piper cf image
* feat: add watch support for authentication
* feat: add wdi5 function isLoggedIn to get logged in status

Co-authored-by: Volker Buzek <[email protected]>
trööööt
based on the commits merged,
so let's be thorough
- wait for the injection of wdi5 till the redirection finished
- access the config differently depending on the scenario (latInject, multiRemote)
- wait for ui5 till the timeout is reached and not the loading is finished
fixes #386
Also fixed a typo

Co-authored-by: i850991 <[email protected]>
Co-authored-by: Sumesh Nair <[email protected]>
closes #348 
context: when wdi5 is used with cucumber instead of mocca, node runtime dumped during test execution.
this was due to cucumber using the npm module "console" which caused a namespace/scope conflict w/ 
wdi5's own enhancement of the global console object
* refactor: use dynamic import depending on node version
* refactor: console scope

Co-authored-by: Volker Buzek <[email protected]>
@nair-sumesh nair-sumesh merged commit 2622063 into nair-sumesh:main Dec 26, 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

Successfully merging this pull request may close these issues.