oxygen-cli 1.40.1 → 1.40.2-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1742 -1742
- package/LICENSE +672 -672
- package/README.md +37 -37
- package/build/core/OxygenCore.js +1 -1
- package/build/core/OxygenEvents.js +1 -1
- package/build/core/OxygenModule.js +1 -1
- package/build/core/OxygenService.js +1 -1
- package/build/core/OxygenSubModule.js +1 -1
- package/build/core/WebDriverModule.js +1 -1
- package/build/core/utils.js +1 -1
- package/build/errors/HookError.js +1 -1
- package/build/errors/ModuleError.js +1 -1
- package/build/errors/ModuleUnavailableError.js +1 -1
- package/build/errors/OxygenError.js +1 -1
- package/build/errors/ScriptNotFound.js +1 -1
- package/build/errors/helper.js +2 -1
- package/build/index.js +1 -1
- package/build/lib/cli-util.js +5 -1
- package/build/lib/debugger.js +1 -1
- package/build/lib/img-merge.js +1 -1
- package/build/lib/launcher.js +1 -1
- package/build/lib/logger.js +43 -43
- package/build/lib/moduleRequire.js +1 -1
- package/build/lib/parallel-launcher.js +1 -1
- package/build/lib/param-manager.js +1 -1
- package/build/lib/param-reader-csv.js +1 -1
- package/build/lib/param-reader-excel.js +1 -1
- package/build/lib/param-reader-json.js +1 -1
- package/build/lib/text-to-image.js +1 -1
- package/build/lib/util.js +1 -1
- package/build/model/case-result.js +1 -1
- package/build/model/failure.js +1 -1
- package/build/model/status.js +1 -1
- package/build/model/step-result.js +1 -1
- package/build/model/suite-result.js +1 -1
- package/build/model/test-result.js +1 -1
- package/build/model/testcase.js +1 -1
- package/build/model/testsuite.js +1 -1
- package/build/ox_modules/index.js +9 -1
- package/build/ox_modules/module-assert.js +37 -37
- package/build/ox_modules/module-date.js +24 -24
- package/build/ox_modules/module-db.js +52 -52
- package/build/ox_modules/module-email.js +59 -59
- package/build/ox_modules/module-eyes.js +34 -34
- package/build/ox_modules/module-http/ntlm-util.js +10 -10
- package/build/ox_modules/module-http/ntlm.js +15 -15
- package/build/ox_modules/module-http.js +132 -132
- package/build/ox_modules/module-log.js +27 -27
- package/build/ox_modules/module-mailinator.js +87 -87
- package/build/ox_modules/module-mob/commands/alertAccept.js +17 -17
- package/build/ox_modules/module-mob/commands/alertDismiss.js +17 -17
- package/build/ox_modules/module-mob/commands/assertAlert.js +20 -20
- package/build/ox_modules/module-mob/commands/assertText.js +21 -21
- package/build/ox_modules/module-mob/commands/assertTitle.js +19 -19
- package/build/ox_modules/module-mob/commands/assertValue.js +18 -18
- package/build/ox_modules/module-mob/commands/back.js +16 -16
- package/build/ox_modules/module-mob/commands/clear.js +19 -19
- package/build/ox_modules/module-mob/commands/click.js +17 -17
- package/build/ox_modules/module-mob/commands/clickHidden.js +17 -17
- package/build/ox_modules/module-mob/commands/clickLong.js +18 -18
- package/build/ox_modules/module-mob/commands/clickMultipleTimes.js +18 -18
- package/build/ox_modules/module-mob/commands/closeApp.js +16 -16
- package/build/ox_modules/module-mob/commands/debug.js +16 -16
- package/build/ox_modules/module-mob/commands/dragAndDrop.js +19 -19
- package/build/ox_modules/module-mob/commands/enableNetwork.js +27 -27
- package/build/ox_modules/module-mob/commands/execute.js +21 -21
- package/build/ox_modules/module-mob/commands/findElement.js +20 -20
- package/build/ox_modules/module-mob/commands/findElements.js +23 -23
- package/build/ox_modules/module-mob/commands/getAlertText.js +17 -17
- package/build/ox_modules/module-mob/commands/getAppiumLogs.js +16 -16
- package/build/ox_modules/module-mob/commands/getBrowserLogs.js +16 -16
- package/build/ox_modules/module-mob/commands/getCurrentActivity.js +15 -15
- package/build/ox_modules/module-mob/commands/getCurrentPackage.js +15 -15
- package/build/ox_modules/module-mob/commands/getDeviceLogs.js +16 -16
- package/build/ox_modules/module-mob/commands/getDeviceTime.js +16 -16
- package/build/ox_modules/module-mob/commands/getLocation.js +20 -20
- package/build/ox_modules/module-mob/commands/getSource.js +16 -16
- package/build/ox_modules/module-mob/commands/getText.js +18 -18
- package/build/ox_modules/module-mob/commands/getTitle.js +13 -13
- package/build/ox_modules/module-mob/commands/getUrl.js +17 -17
- package/build/ox_modules/module-mob/commands/getValue.js +18 -18
- package/build/ox_modules/module-mob/commands/getWindowHandles.js +17 -17
- package/build/ox_modules/module-mob/commands/hideKeyboard.js +21 -21
- package/build/ox_modules/module-mob/commands/index.js +1 -1
- package/build/ox_modules/module-mob/commands/installApp.js +16 -16
- package/build/ox_modules/module-mob/commands/isAppInstalled.js +16 -16
- package/build/ox_modules/module-mob/commands/isCheckable.js +18 -18
- package/build/ox_modules/module-mob/commands/isChecked.js +18 -18
- package/build/ox_modules/module-mob/commands/isClickable.js +18 -18
- package/build/ox_modules/module-mob/commands/isExist.js +19 -19
- package/build/ox_modules/module-mob/commands/isSelected.js +23 -23
- package/build/ox_modules/module-mob/commands/isVisible.js +19 -19
- package/build/ox_modules/module-mob/commands/isWebViewContext.js +16 -16
- package/build/ox_modules/module-mob/commands/launchApp.js +15 -15
- package/build/ox_modules/module-mob/commands/longPressKeyCode.js +18 -18
- package/build/ox_modules/module-mob/commands/open.js +17 -17
- package/build/ox_modules/module-mob/commands/pause.js +16 -16
- package/build/ox_modules/module-mob/commands/removeApp.js +16 -16
- package/build/ox_modules/module-mob/commands/resetApp.js +15 -15
- package/build/ox_modules/module-mob/commands/scrollIntoElement.js +22 -22
- package/build/ox_modules/module-mob/commands/scrollIntoView.js +27 -27
- package/build/ox_modules/module-mob/commands/select.js +24 -24
- package/build/ox_modules/module-mob/commands/selectFrame.js +23 -23
- package/build/ox_modules/module-mob/commands/selectWindow.js +28 -28
- package/build/ox_modules/module-mob/commands/sendKeys.js +29 -29
- package/build/ox_modules/module-mob/commands/setContext.js +16 -16
- package/build/ox_modules/module-mob/commands/setNativeContext.js +15 -15
- package/build/ox_modules/module-mob/commands/setTimeout.js +21 -21
- package/build/ox_modules/module-mob/commands/setWebViewContext.js +16 -16
- package/build/ox_modules/module-mob/commands/shake.js +16 -16
- package/build/ox_modules/module-mob/commands/smsClickLink.js +19 -19
- package/build/ox_modules/module-mob/commands/smsGetText.js +20 -20
- package/build/ox_modules/module-mob/commands/swipe.js +20 -20
- package/build/ox_modules/module-mob/commands/swipeElement.js +20 -20
- package/build/ox_modules/module-mob/commands/swipeScreen.js +20 -20
- package/build/ox_modules/module-mob/commands/takeScreenshot.js +17 -17
- package/build/ox_modules/module-mob/commands/tap.js +17 -17
- package/build/ox_modules/module-mob/commands/type.js +20 -20
- package/build/ox_modules/module-mob/commands/unlockPattern.js +22 -22
- package/build/ox_modules/module-mob/commands/waitForExist.js +18 -18
- package/build/ox_modules/module-mob/commands/waitForInteractable.js +17 -17
- package/build/ox_modules/module-mob/commands/waitForVisible.js +17 -17
- package/build/ox_modules/module-mob.js +74 -74
- package/build/ox_modules/module-mongo.js +302 -0
- package/build/ox_modules/module-pdf.js +35 -35
- package/build/ox_modules/module-proxy.js +77 -77
- package/build/ox_modules/module-serial.js +55 -55
- package/build/ox_modules/module-shell.js +25 -25
- package/build/ox_modules/module-soap.js +72 -72
- package/build/ox_modules/module-twilio.js +41 -41
- package/build/ox_modules/module-utils.js +91 -91
- package/build/ox_modules/module-web/commands/alertAccept.js +17 -17
- package/build/ox_modules/module-web/commands/alertDismiss.js +17 -17
- package/build/ox_modules/module-web/commands/assertAlert.js +20 -20
- package/build/ox_modules/module-web/commands/assertExist.js +17 -17
- package/build/ox_modules/module-web/commands/assertSelectedLabel.js +21 -21
- package/build/ox_modules/module-web/commands/assertSelectedValue.js +21 -21
- package/build/ox_modules/module-web/commands/assertText.js +21 -21
- package/build/ox_modules/module-web/commands/assertTextNotPresent.js +18 -18
- package/build/ox_modules/module-web/commands/assertTextPresent.js +18 -18
- package/build/ox_modules/module-web/commands/assertTitle.js +19 -19
- package/build/ox_modules/module-web/commands/assertValue.js +20 -20
- package/build/ox_modules/module-web/commands/back.js +16 -16
- package/build/ox_modules/module-web/commands/clear.js +18 -18
- package/build/ox_modules/module-web/commands/click.js +25 -25
- package/build/ox_modules/module-web/commands/clickHidden.js +23 -23
- package/build/ox_modules/module-web/commands/closeWindow.js +15 -15
- package/build/ox_modules/module-web/commands/debug.js +15 -15
- package/build/ox_modules/module-web/commands/deleteCookies.js +12 -12
- package/build/ox_modules/module-web/commands/deselect.js +22 -22
- package/build/ox_modules/module-web/commands/doubleClick.js +17 -17
- package/build/ox_modules/module-web/commands/dragAndDrop.js +20 -20
- package/build/ox_modules/module-web/commands/execute.js +24 -24
- package/build/ox_modules/module-web/commands/fileBrowse.js +18 -18
- package/build/ox_modules/module-web/commands/findElement.js +19 -19
- package/build/ox_modules/module-web/commands/findElements.js +22 -22
- package/build/ox_modules/module-web/commands/fullscreenWindow.js +14 -14
- package/build/ox_modules/module-web/commands/getAlertText.js +16 -16
- package/build/ox_modules/module-web/commands/getAttribute.js +19 -19
- package/build/ox_modules/module-web/commands/getBrowserLogs.js +17 -17
- package/build/ox_modules/module-web/commands/getCookies.js +13 -13
- package/build/ox_modules/module-web/commands/getCssValue.js +19 -19
- package/build/ox_modules/module-web/commands/getElementCount.js +17 -17
- package/build/ox_modules/module-web/commands/getHTML.js +17 -17
- package/build/ox_modules/module-web/commands/getSource.js +16 -16
- package/build/ox_modules/module-web/commands/getText.js +18 -18
- package/build/ox_modules/module-web/commands/getTitle.js +12 -12
- package/build/ox_modules/module-web/commands/getUrl.js +16 -16
- package/build/ox_modules/module-web/commands/getValue.js +18 -18
- package/build/ox_modules/module-web/commands/getWindowHandles.js +16 -16
- package/build/ox_modules/module-web/commands/getWindowSize.js +16 -16
- package/build/ox_modules/module-web/commands/getXMLPageSource.js +16 -16
- package/build/ox_modules/module-web/commands/index.js +1 -1
- package/build/ox_modules/module-web/commands/isAlertPresent.js +16 -16
- package/build/ox_modules/module-web/commands/isChecked.js +18 -18
- package/build/ox_modules/module-web/commands/isExist.js +19 -19
- package/build/ox_modules/module-web/commands/isInteractable.js +22 -22
- package/build/ox_modules/module-web/commands/isSelected.js +23 -23
- package/build/ox_modules/module-web/commands/isVisible.js +19 -19
- package/build/ox_modules/module-web/commands/makeVisible.js +25 -25
- package/build/ox_modules/module-web/commands/maximizeWindow.js +14 -14
- package/build/ox_modules/module-web/commands/minimizeWindow.js +14 -14
- package/build/ox_modules/module-web/commands/mock.js +20 -20
- package/build/ox_modules/module-web/commands/mockClearAll.js +12 -12
- package/build/ox_modules/module-web/commands/mockRestoreAll.js +12 -12
- package/build/ox_modules/module-web/commands/newWindow.js +16 -16
- package/build/ox_modules/module-web/commands/open.js +16 -16
- package/build/ox_modules/module-web/commands/pause.js +15 -15
- package/build/ox_modules/module-web/commands/point.js +21 -21
- package/build/ox_modules/module-web/commands/pointJS.js +15 -15
- package/build/ox_modules/module-web/commands/refresh.js +15 -15
- package/build/ox_modules/module-web/commands/rightClick.js +17 -17
- package/build/ox_modules/module-web/commands/rightClickActions.js +19 -19
- package/build/ox_modules/module-web/commands/scrollToElement.js +21 -21
- package/build/ox_modules/module-web/commands/select.js +23 -23
- package/build/ox_modules/module-web/commands/selectFrame.js +24 -24
- package/build/ox_modules/module-web/commands/selectWindow.js +27 -27
- package/build/ox_modules/module-web/commands/sendKeys.js +22 -22
- package/build/ox_modules/module-web/commands/setAutoWaitForAngular.js +20 -20
- package/build/ox_modules/module-web/commands/setTimeout.js +21 -21
- package/build/ox_modules/module-web/commands/setWindowSize.js +17 -17
- package/build/ox_modules/module-web/commands/takeScreenshot.js +17 -17
- package/build/ox_modules/module-web/commands/type.js +20 -20
- package/build/ox_modules/module-web/commands/verifyAlert.js +20 -20
- package/build/ox_modules/module-web/commands/verifyExist.js +17 -17
- package/build/ox_modules/module-web/commands/verifySelectedLabel.js +21 -21
- package/build/ox_modules/module-web/commands/verifySelectedValue.js +21 -21
- package/build/ox_modules/module-web/commands/verifyText.js +21 -21
- package/build/ox_modules/module-web/commands/verifyTextNotPresent.js +18 -18
- package/build/ox_modules/module-web/commands/verifyTextPresent.js +18 -18
- package/build/ox_modules/module-web/commands/verifyTitle.js +19 -19
- package/build/ox_modules/module-web/commands/verifyValue.js +20 -20
- package/build/ox_modules/module-web/commands/waitForAngular.js +19 -19
- package/build/ox_modules/module-web/commands/waitForExist.js +17 -17
- package/build/ox_modules/module-web/commands/waitForInteractable.js +17 -17
- package/build/ox_modules/module-web/commands/waitForNotExist.js +17 -17
- package/build/ox_modules/module-web/commands/waitForNotText.js +20 -20
- package/build/ox_modules/module-web/commands/waitForNotValue.js +20 -20
- package/build/ox_modules/module-web/commands/waitForText.js +20 -20
- package/build/ox_modules/module-web/commands/waitForValue.js +20 -20
- package/build/ox_modules/module-web/commands/waitForVisible.js +17 -17
- package/build/ox_modules/module-web/commands/waitForWindow.js +22 -22
- package/build/ox_modules/module-web.js +94 -94
- package/build/ox_modules/module-win/commands/assertText.js +17 -17
- package/build/ox_modules/module-win/commands/assertTitle.js +15 -15
- package/build/ox_modules/module-win/commands/assertValue.js +14 -14
- package/build/ox_modules/module-win/commands/back.js +11 -11
- package/build/ox_modules/module-win/commands/clear.js +13 -13
- package/build/ox_modules/module-win/commands/click.js +13 -13
- package/build/ox_modules/module-win/commands/clickLong.js +14 -14
- package/build/ox_modules/module-win/commands/clickMultipleTimes.js +14 -14
- package/build/ox_modules/module-win/commands/findElement.js +15 -15
- package/build/ox_modules/module-win/commands/findElements.js +15 -15
- package/build/ox_modules/module-win/commands/getAppiumLogs.js +12 -12
- package/build/ox_modules/module-win/commands/getCurrentWindowHandle.js +15 -15
- package/build/ox_modules/module-win/commands/getLocation.js +14 -14
- package/build/ox_modules/module-win/commands/getSource.js +12 -12
- package/build/ox_modules/module-win/commands/getText.js +14 -14
- package/build/ox_modules/module-win/commands/getValue.js +14 -14
- package/build/ox_modules/module-win/commands/getWindowHandles.js +15 -15
- package/build/ox_modules/module-win/commands/index.js +1 -1
- package/build/ox_modules/module-win/commands/isCheckable.js +14 -14
- package/build/ox_modules/module-win/commands/isChecked.js +14 -14
- package/build/ox_modules/module-win/commands/isClickable.js +14 -14
- package/build/ox_modules/module-win/commands/isExist.js +15 -15
- package/build/ox_modules/module-win/commands/isSelected.js +14 -14
- package/build/ox_modules/module-win/commands/isVisible.js +15 -15
- package/build/ox_modules/module-win/commands/open.js +13 -13
- package/build/ox_modules/module-win/commands/pause.js +12 -12
- package/build/ox_modules/module-win/commands/rightClick.js +13 -13
- package/build/ox_modules/module-win/commands/selectWindow.js +23 -23
- package/build/ox_modules/module-win/commands/sendKeys.js +22 -22
- package/build/ox_modules/module-win/commands/setTimeout.js +17 -17
- package/build/ox_modules/module-win/commands/takeScreenshot.js +16 -16
- package/build/ox_modules/module-win/commands/tap.js +13 -13
- package/build/ox_modules/module-win/commands/type.js +16 -16
- package/build/ox_modules/module-win/commands/waitForExist.js +14 -14
- package/build/ox_modules/module-win/commands/waitForInteractable.js +16 -16
- package/build/ox_modules/module-win/commands/waitForVisible.js +13 -13
- package/build/ox_modules/module-win.js +47 -47
- package/build/ox_modules/utils.js +8 -8
- package/build/ox_reporters/excel/template.json +48 -48
- package/build/ox_reporters/html/index.ejs +163 -163
- package/build/ox_reporters/html/summary.ejs +77 -77
- package/build/ox_reporters/html/tests-details.ejs +134 -134
- package/build/ox_reporters/html/tests-devices-browsers.ejs +83 -83
- package/build/ox_reporters/reporter-excel.js +1 -1
- package/build/ox_reporters/reporter-html.js +1 -1
- package/build/ox_reporters/reporter-json.js +1 -1
- package/build/ox_reporters/reporter-junit.js +1 -1
- package/build/ox_reporters/reporter-pdf.js +1 -1
- package/build/ox_reporters/reporter-rp.js +1 -1
- package/build/ox_reporters/reporter-xml.js +1 -1
- package/build/ox_services/service-devtools/submodule-network.js +1 -1
- package/build/ox_services/service-devtools.js +1 -1
- package/build/reporter/FileReporterBase.js +1 -1
- package/build/reporter/ReportAggregator.js +13 -5
- package/build/reporter/ReporterBase.js +1 -1
- package/build/reporter/WebSocketReporter.js +1 -1
- package/build/runners/WorkerProcess.js +1 -1
- package/build/runners/cucumber/CucumberEventListener.js +1 -1
- package/build/runners/cucumber/CucumberReporter.js +1 -1
- package/build/runners/cucumber/CucumberWorker.js +1 -1
- package/build/runners/cucumber/index.js +1 -1
- package/build/runners/cucumber/worker.js +1 -1
- package/build/runners/index.js +1 -1
- package/build/runners/oxygen/OxygenWorker.js +1 -1
- package/build/runners/oxygen/index.js +1 -1
- package/build/runners/oxygen/worker.js +1 -1
- package/config/default.json +6 -6
- package/log.txt +1614 -0
- package/package.json +139 -137
- package/reports/2025-06-08_231627/report.html +440 -0
- package/reports/2025-06-09_223615/report.html +440 -0
- package/transpiled/mongodb/etc/prepare.js +18 -0
- package/transpiled/mongodb/lib/admin.js +182 -0
- package/transpiled/mongodb/lib/beta.js +26 -0
- package/transpiled/mongodb/lib/bson.js +220 -0
- package/transpiled/mongodb/lib/bulk/common.js +1041 -0
- package/transpiled/mongodb/lib/bulk/ordered.js +76 -0
- package/transpiled/mongodb/lib/bulk/unordered.js +102 -0
- package/transpiled/mongodb/lib/change_stream.js +517 -0
- package/transpiled/mongodb/lib/client-side-encryption/auto_encrypter.js +329 -0
- package/transpiled/mongodb/lib/client-side-encryption/client_encryption.js +779 -0
- package/transpiled/mongodb/lib/client-side-encryption/crypto_callbacks.js +95 -0
- package/transpiled/mongodb/lib/client-side-encryption/errors.js +171 -0
- package/transpiled/mongodb/lib/client-side-encryption/mongocryptd_manager.js +98 -0
- package/transpiled/mongodb/lib/client-side-encryption/providers/aws.js +34 -0
- package/transpiled/mongodb/lib/client-side-encryption/providers/azure.js +186 -0
- package/transpiled/mongodb/lib/client-side-encryption/providers/gcp.js +29 -0
- package/transpiled/mongodb/lib/client-side-encryption/providers/index.js +58 -0
- package/transpiled/mongodb/lib/client-side-encryption/state_machine.js +505 -0
- package/transpiled/mongodb/lib/cmap/auth/auth_provider.js +63 -0
- package/transpiled/mongodb/lib/cmap/auth/aws_temporary_credentials.js +167 -0
- package/transpiled/mongodb/lib/cmap/auth/gssapi.js +207 -0
- package/transpiled/mongodb/lib/cmap/auth/mongo_credentials.js +193 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_aws.js +181 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/automated_callback_workflow.js +101 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/azure_machine_workflow.js +81 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/callback_workflow.js +174 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/command_builders.js +59 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/gcp_machine_workflow.js +58 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/human_callback_workflow.js +138 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/k8s_machine_workflow.js +42 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/token_cache.js +71 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc/token_machine_workflow.js +34 -0
- package/transpiled/mongodb/lib/cmap/auth/mongodb_oidc.js +111 -0
- package/transpiled/mongodb/lib/cmap/auth/plain.js +43 -0
- package/transpiled/mongodb/lib/cmap/auth/providers.js +22 -0
- package/transpiled/mongodb/lib/cmap/auth/scram.js +318 -0
- package/transpiled/mongodb/lib/cmap/auth/x509.js +61 -0
- package/transpiled/mongodb/lib/cmap/command_monitoring_events.js +266 -0
- package/transpiled/mongodb/lib/cmap/commands.js +605 -0
- package/transpiled/mongodb/lib/cmap/connect.js +418 -0
- package/transpiled/mongodb/lib/cmap/connection.js +673 -0
- package/transpiled/mongodb/lib/cmap/connection_pool.js +688 -0
- package/transpiled/mongodb/lib/cmap/connection_pool_events.js +254 -0
- package/transpiled/mongodb/lib/cmap/errors.js +128 -0
- package/transpiled/mongodb/lib/cmap/handshake/client_metadata.js +278 -0
- package/transpiled/mongodb/lib/cmap/metrics.js +67 -0
- package/transpiled/mongodb/lib/cmap/stream_description.js +74 -0
- package/transpiled/mongodb/lib/cmap/wire_protocol/compression.js +196 -0
- package/transpiled/mongodb/lib/cmap/wire_protocol/constants.js +19 -0
- package/transpiled/mongodb/lib/cmap/wire_protocol/on_data.js +144 -0
- package/transpiled/mongodb/lib/cmap/wire_protocol/on_demand/document.js +278 -0
- package/transpiled/mongodb/lib/cmap/wire_protocol/responses.js +376 -0
- package/transpiled/mongodb/lib/cmap/wire_protocol/shared.js +49 -0
- package/transpiled/mongodb/lib/collection.js +852 -0
- package/transpiled/mongodb/lib/connection_string.js +1452 -0
- package/transpiled/mongodb/lib/constants.js +162 -0
- package/transpiled/mongodb/lib/cursor/abstract_cursor.js +1082 -0
- package/transpiled/mongodb/lib/cursor/aggregation_cursor.js +227 -0
- package/transpiled/mongodb/lib/cursor/change_stream_cursor.js +136 -0
- package/transpiled/mongodb/lib/cursor/client_bulk_write_cursor.js +69 -0
- package/transpiled/mongodb/lib/cursor/find_cursor.js +476 -0
- package/transpiled/mongodb/lib/cursor/list_collections_cursor.js +48 -0
- package/transpiled/mongodb/lib/cursor/list_indexes_cursor.js +46 -0
- package/transpiled/mongodb/lib/cursor/list_search_indexes_cursor.js +30 -0
- package/transpiled/mongodb/lib/cursor/run_command_cursor.js +125 -0
- package/transpiled/mongodb/lib/db.js +467 -0
- package/transpiled/mongodb/lib/deps.js +174 -0
- package/transpiled/mongodb/lib/encrypter.js +129 -0
- package/transpiled/mongodb/lib/error.js +1550 -0
- package/transpiled/mongodb/lib/explain.js +122 -0
- package/transpiled/mongodb/lib/gridfs/download.js +369 -0
- package/transpiled/mongodb/lib/gridfs/index.js +240 -0
- package/transpiled/mongodb/lib/gridfs/upload.js +446 -0
- package/transpiled/mongodb/lib/index.js +975 -0
- package/transpiled/mongodb/lib/mongo_client.js +626 -0
- package/transpiled/mongodb/lib/mongo_client_auth_providers.js +98 -0
- package/transpiled/mongodb/lib/mongo_logger.js +812 -0
- package/transpiled/mongodb/lib/mongo_types.js +71 -0
- package/transpiled/mongodb/lib/operations/aggregate.js +129 -0
- package/transpiled/mongodb/lib/operations/bulk_write.js +48 -0
- package/transpiled/mongodb/lib/operations/client_bulk_write/client_bulk_write.js +96 -0
- package/transpiled/mongodb/lib/operations/client_bulk_write/command_builder.js +409 -0
- package/transpiled/mongodb/lib/operations/client_bulk_write/common.js +5 -0
- package/transpiled/mongodb/lib/operations/client_bulk_write/executor.js +144 -0
- package/transpiled/mongodb/lib/operations/client_bulk_write/results_merger.js +228 -0
- package/transpiled/mongodb/lib/operations/collections.js +49 -0
- package/transpiled/mongodb/lib/operations/command.js +102 -0
- package/transpiled/mongodb/lib/operations/count.js +60 -0
- package/transpiled/mongodb/lib/operations/create_collection.js +109 -0
- package/transpiled/mongodb/lib/operations/delete.js +134 -0
- package/transpiled/mongodb/lib/operations/distinct.js +77 -0
- package/transpiled/mongodb/lib/operations/drop.js +102 -0
- package/transpiled/mongodb/lib/operations/estimated_document_count.js +47 -0
- package/transpiled/mongodb/lib/operations/execute_operation.js +251 -0
- package/transpiled/mongodb/lib/operations/find.js +197 -0
- package/transpiled/mongodb/lib/operations/find_and_modify.js +191 -0
- package/transpiled/mongodb/lib/operations/get_more.js +84 -0
- package/transpiled/mongodb/lib/operations/indexes.js +197 -0
- package/transpiled/mongodb/lib/operations/insert.js +138 -0
- package/transpiled/mongodb/lib/operations/is_capped.js +44 -0
- package/transpiled/mongodb/lib/operations/kill_cursors.js +58 -0
- package/transpiled/mongodb/lib/operations/list_collections.js +66 -0
- package/transpiled/mongodb/lib/operations/list_databases.js +56 -0
- package/transpiled/mongodb/lib/operations/operation.js +88 -0
- package/transpiled/mongodb/lib/operations/options_operation.js +44 -0
- package/transpiled/mongodb/lib/operations/profiling_level.js +42 -0
- package/transpiled/mongodb/lib/operations/remove_user.js +35 -0
- package/transpiled/mongodb/lib/operations/rename.js +48 -0
- package/transpiled/mongodb/lib/operations/run_command.js +64 -0
- package/transpiled/mongodb/lib/operations/search_indexes/create.js +41 -0
- package/transpiled/mongodb/lib/operations/search_indexes/drop.js +51 -0
- package/transpiled/mongodb/lib/operations/search_indexes/update.js +40 -0
- package/transpiled/mongodb/lib/operations/set_profiling_level.js +70 -0
- package/transpiled/mongodb/lib/operations/stats.js +39 -0
- package/transpiled/mongodb/lib/operations/update.js +218 -0
- package/transpiled/mongodb/lib/operations/validate_collection.js +49 -0
- package/transpiled/mongodb/lib/read_concern.js +92 -0
- package/transpiled/mongodb/lib/read_preference.js +215 -0
- package/transpiled/mongodb/lib/resource_management.js +74 -0
- package/transpiled/mongodb/lib/sdam/common.js +53 -0
- package/transpiled/mongodb/lib/sdam/events.js +177 -0
- package/transpiled/mongodb/lib/sdam/monitor.js +656 -0
- package/transpiled/mongodb/lib/sdam/server.js +463 -0
- package/transpiled/mongodb/lib/sdam/server_description.js +196 -0
- package/transpiled/mongodb/lib/sdam/server_selection.js +283 -0
- package/transpiled/mongodb/lib/sdam/server_selection_events.js +112 -0
- package/transpiled/mongodb/lib/sdam/srv_polling.js +139 -0
- package/transpiled/mongodb/lib/sdam/topology.js +833 -0
- package/transpiled/mongodb/lib/sdam/topology_description.js +447 -0
- package/transpiled/mongodb/lib/sessions.js +988 -0
- package/transpiled/mongodb/lib/sort.js +123 -0
- package/transpiled/mongodb/lib/timeout.js +349 -0
- package/transpiled/mongodb/lib/transactions.js +149 -0
- package/transpiled/mongodb/lib/utils.js +1502 -0
- package/transpiled/mongodb/lib/write_concern.js +115 -0
- package/types/index.d.ts +70 -70
- package/types/module-eyes.d.ts +39 -39
- package/types/module-http.d.ts +163 -163
- package/types/module-log.d.ts +34 -34
- package/types/module-mob.d.ts +966 -966
- package/types/module-pdf.d.ts +40 -40
- package/types/module-proxy.d.ts +100 -100
- package/types/module-shell.d.ts +24 -24
- package/types/module-utils.d.ts +99 -99
- package/types/module-web.d.ts +1053 -1053
- package/types/module-win.d.ts +352 -352
- package/types/oxygen.d.ts +53 -53
package/CHANGELOG.md
CHANGED
|
@@ -1,1742 +1,1742 @@
|
|
|
1
|
-
# CHANGELOG
|
|
2
|
-
|
|
3
|
-
## v1.40.1 (2025-06-06)
|
|
4
|
-
|
|
5
|
-
#### :beetle: Bug Fix
|
|
6
|
-
* Increase RP request timeout.
|
|
7
|
-
* Handle RP exceptions.
|
|
8
|
-
|
|
9
|
-
## v1.40.0 (2025-05-27)
|
|
10
|
-
|
|
11
|
-
#### :beetle: Bug Fix
|
|
12
|
-
* Fix RP reporting for parallel tests.
|
|
13
|
-
|
|
14
|
-
## v1.39.4 (2025-05-19)
|
|
15
|
-
|
|
16
|
-
#### :beetle: Bug Fix
|
|
17
|
-
* Record failure details for all errors.
|
|
18
|
-
* Do not categorize 'Timed out receiving message from renderer' as a session timeout error.
|
|
19
|
-
|
|
20
|
-
#### :house: Internal
|
|
21
|
-
* Various RP reporting fixes.
|
|
22
|
-
|
|
23
|
-
## v1.39.3 (2025-05-06)
|
|
24
|
-
|
|
25
|
-
#### :nail_care: Polish
|
|
26
|
-
* Handle mobile element not found errors.
|
|
27
|
-
|
|
28
|
-
#### :house: Internal
|
|
29
|
-
* Various RP reporting fixes.
|
|
30
|
-
|
|
31
|
-
## v1.39.2 (2025-05-05)
|
|
32
|
-
|
|
33
|
-
#### :house: Internal
|
|
34
|
-
* Update RP dependency.
|
|
35
|
-
* Add missing error handlers.
|
|
36
|
-
|
|
37
|
-
## v1.39.1 (2025-04-30)
|
|
38
|
-
|
|
39
|
-
#### :beetle: Bug Fix
|
|
40
|
-
* Fix HTTP request information being recorded under wrong step sometimes.
|
|
41
|
-
|
|
42
|
-
## v1.39.0 (2025-04-23)
|
|
43
|
-
|
|
44
|
-
#### :beetle: Bug Fix
|
|
45
|
-
* Report proper step hierarchy to RP.
|
|
46
|
-
* Do not report unnecessary logs to RP.
|
|
47
|
-
* Fix test re-run executing incorrect number of times.
|
|
48
|
-
|
|
49
|
-
## v1.38.0 (2025-02-04)
|
|
50
|
-
|
|
51
|
-
#### :tada: New Feature
|
|
52
|
-
* Add support for reporting to ReportPortal.
|
|
53
|
-
|
|
54
|
-
#### :house: Internal
|
|
55
|
-
* Make autoSearch true to test case related CSV file will be automatically discovered.
|
|
56
|
-
* Add support for Visual Studio Code Oxygen extension.
|
|
57
|
-
|
|
58
|
-
## v1.37.8 (2025-03-03)
|
|
59
|
-
|
|
60
|
-
#### :beetle: Bug Fix
|
|
61
|
-
* Do not try to fetch BrowserStack URL for non BrowserStack tests.
|
|
62
|
-
|
|
63
|
-
## v1.37.7 (2025-02-18)
|
|
64
|
-
|
|
65
|
-
#### :nail_care: Polish
|
|
66
|
-
* Make bstack options copying more generic.
|
|
67
|
-
|
|
68
|
-
## v1.37.6 (2025-01-08)
|
|
69
|
-
|
|
70
|
-
#### :beetle: Bug Fix
|
|
71
|
-
* Fix pass through of the `bstack:localIdentifier` capability.
|
|
72
|
-
|
|
73
|
-
## v1.37.5 (2025-01-07)
|
|
74
|
-
|
|
75
|
-
#### :beetle: Bug Fix
|
|
76
|
-
* Fix test status not being set for BrowserStack tests.
|
|
77
|
-
|
|
78
|
-
#### :house: Internal
|
|
79
|
-
* Store BrowserStack result url in test result.
|
|
80
|
-
|
|
81
|
-
## v1.37.4 (2024-12-24)
|
|
82
|
-
|
|
83
|
-
#### :beetle: Bug Fix
|
|
84
|
-
* Fix suite execution not working properly on BrowserStack.
|
|
85
|
-
|
|
86
|
-
## v1.37.3 (2024-12-19)
|
|
87
|
-
|
|
88
|
-
#### :beetle: Bug Fix
|
|
89
|
-
* Properly pass BrowserStack capabilities.
|
|
90
|
-
|
|
91
|
-
## v1.37.2 (2024-12-04)
|
|
92
|
-
|
|
93
|
-
#### :beetle: Bug Fix
|
|
94
|
-
* Produce proper error when trying to add non existent file with `ox.addAttachment`.
|
|
95
|
-
|
|
96
|
-
#### :house: Internal
|
|
97
|
-
* Handle re-run delay and re-run count.
|
|
98
|
-
|
|
99
|
-
## v1.37.1 (2024-09-12)
|
|
100
|
-
|
|
101
|
-
#### :house: Internal
|
|
102
|
-
* Revert odbc.
|
|
103
|
-
|
|
104
|
-
## v1.37.0 (2024-09-12)
|
|
105
|
-
|
|
106
|
-
#### :tada: New Feature
|
|
107
|
-
* Add `soap.authClientSSL` and `soap.authClientSSLPFX`.
|
|
108
|
-
|
|
109
|
-
#### :house: Internal
|
|
110
|
-
* Bump odbc.
|
|
111
|
-
|
|
112
|
-
## v1.36.0 (2024-08-19)
|
|
113
|
-
|
|
114
|
-
#### :beetle: Bug Fix
|
|
115
|
-
* Fix crash when wdio element command fails from within a user script.
|
|
116
|
-
* Fix crash when re-running failed tests.
|
|
117
|
-
|
|
118
|
-
## v1.35.2 (2024-07-30)
|
|
119
|
-
|
|
120
|
-
#### :beetle: Bug Fix
|
|
121
|
-
* Fix invalid transaction hierarchy in results when using hooks.
|
|
122
|
-
|
|
123
|
-
## v1.35.0 (2024-06-18)
|
|
124
|
-
|
|
125
|
-
#### :tada: New Feature
|
|
126
|
-
* Add support for sending emails with `email` module.
|
|
127
|
-
|
|
128
|
-
## v1.34.1 (2024-06-10)
|
|
129
|
-
|
|
130
|
-
#### :house: Internal
|
|
131
|
-
* Downgrade wdio for node 12 compatibility in IDE.
|
|
132
|
-
|
|
133
|
-
## v1.34.0 (2024-06-07)
|
|
134
|
-
|
|
135
|
-
#### :tada: New Feature
|
|
136
|
-
* Add NTLM authentication support to `http` module.
|
|
137
|
-
|
|
138
|
-
## v1.33.6 (2024-06-06)
|
|
139
|
-
|
|
140
|
-
#### :house: Internal
|
|
141
|
-
* Limit transaction name to 512 characters.
|
|
142
|
-
|
|
143
|
-
## v1.33.5 (2024-05-29)
|
|
144
|
-
|
|
145
|
-
#### :beetle: Bug Fix
|
|
146
|
-
* Fix `web.waitForAngular` when running inside an iframe.
|
|
147
|
-
|
|
148
|
-
## v1.33.4 (2024-05-10)
|
|
149
|
-
|
|
150
|
-
#### :beetle: Bug Fix
|
|
151
|
-
* Fix incorrect processing of parameters.
|
|
152
|
-
* Better handle situations when taking screenshots fails.
|
|
153
|
-
|
|
154
|
-
#### :house: Internal
|
|
155
|
-
* Bump webdriverio dependencies.
|
|
156
|
-
|
|
157
|
-
## v1.33.2 (2024-05-24)
|
|
158
|
-
|
|
159
|
-
#### :house: Internal
|
|
160
|
-
* Downgrade chrome-har version for node 12 compatibility.
|
|
161
|
-
|
|
162
|
-
## v1.33.1 (2024-03-20)
|
|
163
|
-
|
|
164
|
-
#### :beetle: Bug Fix
|
|
165
|
-
* Properly handle non-string message argument in `assert.fail` and `assert.pass`.
|
|
166
|
-
|
|
167
|
-
## v1.33.0 (2024-03-11)
|
|
168
|
-
|
|
169
|
-
#### :tada: New Feature
|
|
170
|
-
* Add soft-wait mode for `web.waitForAngular`.
|
|
171
|
-
* Add support for reporting request/response related information in HTTP module.
|
|
172
|
-
|
|
173
|
-
#### :beetle: Bug Fix
|
|
174
|
-
* Fix timeout processing in `web.waitForAngular`.
|
|
175
|
-
|
|
176
|
-
#### :beetle: Bug Fix
|
|
177
|
-
* Handle internal `recordVideo` flag in web module.
|
|
178
|
-
* Bump dependencies.
|
|
179
|
-
|
|
180
|
-
## v1.32.1 (2024-03-01)
|
|
181
|
-
|
|
182
|
-
#### :nail_care: Polish
|
|
183
|
-
* Process "javascript error" errors.
|
|
184
|
-
* Process "still not clickable after" errors.
|
|
185
|
-
|
|
186
|
-
#### :house: Internal
|
|
187
|
-
* Bump dependencies.
|
|
188
|
-
|
|
189
|
-
## v1.32.0 (2023-12-15)
|
|
190
|
-
|
|
191
|
-
#### :tada: New Feature
|
|
192
|
-
* Add `web.mockClearAll` and `web.mockRestoreAll`.
|
|
193
|
-
|
|
194
|
-
## v1.31.0 (2023-12-08)
|
|
195
|
-
|
|
196
|
-
#### :tada: New Feature
|
|
197
|
-
* Allow to capture and attach test video to test results if running against a Selenoid hub.
|
|
198
|
-
* Add `web.mock` method allowing to mock network responses.
|
|
199
|
-
|
|
200
|
-
#### :nail_care: Polish
|
|
201
|
-
* Minor improvements to API documentation.
|
|
202
|
-
|
|
203
|
-
#### :beetle: Bug Fix
|
|
204
|
-
* Mark transaction as warning if one of steps has warning status.
|
|
205
|
-
|
|
206
|
-
## v1.30.3 (2023-09-01)
|
|
207
|
-
|
|
208
|
-
#### :beetle: Bug Fix
|
|
209
|
-
* Fix broken `--rf` switch.
|
|
210
|
-
|
|
211
|
-
#### :nail_care: Polish
|
|
212
|
-
* Do not wrap strings logged with `log.*` commands in double quotes.
|
|
213
|
-
|
|
214
|
-
## v1.30.2 (2023-08-31)
|
|
215
|
-
|
|
216
|
-
#### :beetle: Bug Fix
|
|
217
|
-
* Fix parallel case execution inside suites.
|
|
218
|
-
|
|
219
|
-
## v1.30.1 (2023-08-29)
|
|
220
|
-
|
|
221
|
-
#### :beetle: Bug Fix
|
|
222
|
-
* Fix step's Warning status not being properly processed.
|
|
223
|
-
* Improve the way test result status for suites with Skipped and Warning statuses is determined.
|
|
224
|
-
|
|
225
|
-
## v1.30.0 (2023-08-15)
|
|
226
|
-
|
|
227
|
-
#### :tada: New Feature
|
|
228
|
-
* Add `utils.transaction` command.
|
|
229
|
-
|
|
230
|
-
## v1.29.1 (2023-07-26)
|
|
231
|
-
|
|
232
|
-
#### :beetle: Bug Fix
|
|
233
|
-
* Invalid chrome-remote-interface require.
|
|
234
|
-
|
|
235
|
-
## v1.29.0 (2023-07-26)
|
|
236
|
-
|
|
237
|
-
#### :tada: New Feature
|
|
238
|
-
* Add `web.verify*` commands.
|
|
239
|
-
|
|
240
|
-
#### :house: Internal
|
|
241
|
-
* Bump dependencies.
|
|
242
|
-
|
|
243
|
-
## v1.28.0 (2023-07-14)
|
|
244
|
-
|
|
245
|
-
#### :tada: New Feature
|
|
246
|
-
* Add support for parallel execution of cases inside a suite.
|
|
247
|
-
* Expose `attributes` object to Oxygen scripts.
|
|
248
|
-
|
|
249
|
-
#### :beetle: Bug Fix
|
|
250
|
-
* `clearDeviceLogsOnStart` capability not working properly.
|
|
251
|
-
* Make sure to set test status to warning if one of the step's status is warning.
|
|
252
|
-
* Generate HTML report by default when running tests from Oxygen CLI.
|
|
253
|
-
* EventEmitter memory leak.
|
|
254
|
-
* Do not crash on invalid arguments to `transaction` commands.
|
|
255
|
-
|
|
256
|
-
#### :house: Internal
|
|
257
|
-
* Bump dependencies.
|
|
258
|
-
|
|
259
|
-
## v1.27.5 (2023-04-14)
|
|
260
|
-
|
|
261
|
-
#### :tada: New Feature
|
|
262
|
-
* Allow "web" module to run Appium-based tests.
|
|
263
|
-
|
|
264
|
-
#### :house: Internal
|
|
265
|
-
* Bump dependencies.
|
|
266
|
-
|
|
267
|
-
## v1.27.4 (2023-02-23)
|
|
268
|
-
|
|
269
|
-
#### :tada: New Feature
|
|
270
|
-
* Add types to Oxygen module to allow auto completion in popular IDEs.
|
|
271
|
-
|
|
272
|
-
#### :beetle: Bug Fix
|
|
273
|
-
* Issue with multi iterations debugging.
|
|
274
|
-
* Fix issue with re-run failed tests mechanism.
|
|
275
|
-
|
|
276
|
-
#### :house: Internal
|
|
277
|
-
* Bump dependencies.
|
|
278
|
-
|
|
279
|
-
## v1.27.2 (2023-02-09)
|
|
280
|
-
|
|
281
|
-
#### :beetle: Bug Fix
|
|
282
|
-
* Browser windows were terminated instead of remaining open on failed tests in Oxygen IDE.
|
|
283
|
-
|
|
284
|
-
#### :house: Internal
|
|
285
|
-
* Bump dependencies.
|
|
286
|
-
|
|
287
|
-
## v1.27.0 (2023-01-04)
|
|
288
|
-
|
|
289
|
-
#### :beetle: Bug Fix
|
|
290
|
-
* Restore node 12 compatibility.
|
|
291
|
-
|
|
292
|
-
#### :house: Internal
|
|
293
|
-
* Bump dependencies.
|
|
294
|
-
|
|
295
|
-
## v1.26.0 (2022-12-28)
|
|
296
|
-
|
|
297
|
-
#### :tada: New Feature
|
|
298
|
-
* Add `Add web.network.blockUrls`.
|
|
299
|
-
* Add `ox.addAttribute` function for adding custom test attributes to the test result.
|
|
300
|
-
|
|
301
|
-
## v1.25.0 (2022-12-22)
|
|
302
|
-
|
|
303
|
-
#### :beetle: Bug Fix
|
|
304
|
-
* Scripts with deeply nested `init` methods failed to execute in some situations when part of a Suite.
|
|
305
|
-
|
|
306
|
-
## v1.24.9 (2022-12-09)
|
|
307
|
-
|
|
308
|
-
#### :house: Internal
|
|
309
|
-
* Downgrade mailparser to support node 12.
|
|
310
|
-
|
|
311
|
-
## v1.24.8 (2022-12-09)
|
|
312
|
-
|
|
313
|
-
#### :beetle: Bug Fix
|
|
314
|
-
* Session not being dispossed for web tests.
|
|
315
|
-
|
|
316
|
-
#### :house: Internal
|
|
317
|
-
* Bump dependencies.
|
|
318
|
-
|
|
319
|
-
## v1.24.7 (2022-12-08)
|
|
320
|
-
|
|
321
|
-
#### :beetle: Bug Fix
|
|
322
|
-
* Fix assertions not working in `http` module for non 2xx/3xx return codes.
|
|
323
|
-
* Fix `soap` module not working.
|
|
324
|
-
* Throw `APPIUM_SESSION_TIMEOUT` instead of `SELENIUM_SESSION_TIMEOUT` for mobile tests.
|
|
325
|
-
|
|
326
|
-
#### :house: Internal
|
|
327
|
-
* Bump dependencies.
|
|
328
|
-
|
|
329
|
-
## v1.24.6 (2022-11-04)
|
|
330
|
-
|
|
331
|
-
#### :house: Internal
|
|
332
|
-
* Bump dependencies.
|
|
333
|
-
|
|
334
|
-
## v1.24.5 (2022-09-22)
|
|
335
|
-
|
|
336
|
-
#### :house: Internal
|
|
337
|
-
* Bump dependencies.
|
|
338
|
-
|
|
339
|
-
## v1.24.4 (2022-08-24)
|
|
340
|
-
|
|
341
|
-
#### :beetle: Bug Fix
|
|
342
|
-
* Fix value parsing in `web.waitFor*` commands (by Francois Wauquier).
|
|
343
|
-
* Fix issue with Applitools when API key is passed via "init" method.
|
|
344
|
-
|
|
345
|
-
#### :house: Internal
|
|
346
|
-
* Expose oxygen internal variables to debugger.
|
|
347
|
-
* Bump dependencies.
|
|
348
|
-
|
|
349
|
-
## v1.24.3 (2022-08-12)
|
|
350
|
-
|
|
351
|
-
#### :beetle: Bug Fix
|
|
352
|
-
* Additional fixes for MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
|
|
353
|
-
* Do not include browserName when bundleId is specified in mobile capabilities.
|
|
354
|
-
|
|
355
|
-
## v1.24.2 (2022-08-05)
|
|
356
|
-
|
|
357
|
-
#### :tada: New Feature
|
|
358
|
-
* Add `web.isInteractable`.
|
|
359
|
-
|
|
360
|
-
#### :beetle: Bug Fix
|
|
361
|
-
* Fixed MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
|
|
362
|
-
|
|
363
|
-
#### :house: Internal
|
|
364
|
-
* Bump dependencies.
|
|
365
|
-
|
|
366
|
-
## v1.24.1 (2022-07-29)
|
|
367
|
-
|
|
368
|
-
#### :beetle: Bug Fix
|
|
369
|
-
* Closing bracket indentation in `log.*` output.
|
|
370
|
-
* Handing of objects with circular references in `log.*` commands.
|
|
371
|
-
* `web.assertTextPresent` and `web.assertTextNotPresent` not properly restoring timeouts on exit.
|
|
372
|
-
|
|
373
|
-
#### :house: Internal
|
|
374
|
-
* Bump dependencies.
|
|
375
|
-
|
|
376
|
-
## v1.24.0 (2022-07-19)
|
|
377
|
-
|
|
378
|
-
#### :tada: New Feature
|
|
379
|
-
* Add `twilio.getLastSentApiSms` (by Akiva Brookler).
|
|
380
|
-
|
|
381
|
-
#### :house: Internal
|
|
382
|
-
* Bump dependencies.
|
|
383
|
-
|
|
384
|
-
## v1.23.2 (2022-06-17)
|
|
385
|
-
|
|
386
|
-
#### :beetle: Bug Fix
|
|
387
|
-
* Fix test execution on Perfecto Mobile.
|
|
388
|
-
|
|
389
|
-
## v1.23.0 (2022-06-15)
|
|
390
|
-
|
|
391
|
-
#### :tada: New Feature
|
|
392
|
-
* Add `db.callProcedure`.
|
|
393
|
-
|
|
394
|
-
#### :beetle: Bug Fix
|
|
395
|
-
* Fix test execution on Firefox.
|
|
396
|
-
* `http`: fix issue with "Cannot read property 'includes' of undefined" error when content-type header is missing in the response.
|
|
397
|
-
|
|
398
|
-
#### :house: Internal
|
|
399
|
-
* Bump dependencies.
|
|
400
|
-
|
|
401
|
-
## v1.22.1 (2022-04-28)
|
|
402
|
-
|
|
403
|
-
#### :beetle: Bug Fix
|
|
404
|
-
* Fix test execution on Firefox.
|
|
405
|
-
* Convert body to object in http.get when nessasry.
|
|
406
|
-
* Catch and ignore device logs retrieval issue, if cloud provider doesn't support this operation.
|
|
407
|
-
|
|
408
|
-
## v1.22.0 (2022-01-14)
|
|
409
|
-
|
|
410
|
-
#### :tada: New Feature
|
|
411
|
-
* Add `utils.xmlToJson`.
|
|
412
|
-
|
|
413
|
-
#### :beetle: Bug Fix
|
|
414
|
-
* Invalid line number printed for certain errors.
|
|
415
|
-
* Number of issues with BrowserStack integration.
|
|
416
|
-
* Number of issues with `shell` module.
|
|
417
|
-
|
|
418
|
-
#### :nail_care: Polish
|
|
419
|
-
* Documentation improvements.
|
|
420
|
-
* Increase `http` module's default response timeout from 30 to 60 seconds.
|
|
421
|
-
|
|
422
|
-
#### :house: Internal
|
|
423
|
-
* Bump dependencies.
|
|
424
|
-
|
|
425
|
-
## v1.21.0 (2022-01-17)
|
|
426
|
-
|
|
427
|
-
#### :boom: Breaking Change
|
|
428
|
-
* Previously deprecated `web.selectWindow` with no arguments has been removed.
|
|
429
|
-
|
|
430
|
-
#### :tada: New Feature
|
|
431
|
-
* `email` module: add support for base64 encoded body and option to download email attachments.
|
|
432
|
-
* Add `utils.dnsResolve`.
|
|
433
|
-
* Add `utils.readXlsx`.
|
|
434
|
-
* Add `web.maximizeWindow`, `web.minimizeWindow`, `web.fullscreenWindow`.
|
|
435
|
-
* Add `soap.getLastResponseHeaders`.
|
|
436
|
-
* `soap.get`: allow passing HTTP request headers.
|
|
437
|
-
|
|
438
|
-
#### :beetle: Bug Fix
|
|
439
|
-
* Fix `mob.sendKeys` argument validation.
|
|
440
|
-
* `web.setTimeout` not having any effect on `web.open`.
|
|
441
|
-
* `web.waitForNotExist` not working as expected.
|
|
442
|
-
* Fix memory leak in `db` module.
|
|
443
|
-
* `assert.equal` not working correctly when input strings consisted of digits.
|
|
444
|
-
|
|
445
|
-
#### :nail_care: Polish
|
|
446
|
-
* Documentation improvements.
|
|
447
|
-
|
|
448
|
-
#### :house: Internal
|
|
449
|
-
* Refactor everything for more asynchronicity.
|
|
450
|
-
* Use `got` instead of the no longer supported `request` for `http` module.
|
|
451
|
-
* Bump other dependencies.
|
|
452
|
-
|
|
453
|
-
## v1.20.2 (2021-09-05)
|
|
454
|
-
|
|
455
|
-
#### :beetle: Bug Fix
|
|
456
|
-
* Fix key usage in `utils.encrypt`.
|
|
457
|
-
|
|
458
|
-
## v1.20.1 (2021-08-06)
|
|
459
|
-
|
|
460
|
-
#### :beetle: Bug Fix
|
|
461
|
-
* Issue with test execution on Perfecto Mobile.
|
|
462
|
-
|
|
463
|
-
#### :nail_care: Polish
|
|
464
|
-
* Improve error handling in `utils.decrypt`.
|
|
465
|
-
|
|
466
|
-
## v1.20.0 (2021-08-04)
|
|
467
|
-
|
|
468
|
-
#### :boom: Breaking Change
|
|
469
|
-
* `web.isChecked` has been deprecated and will be removed in future versions. Use `web.isSelected` instead.
|
|
470
|
-
|
|
471
|
-
#### :tada: New Feature
|
|
472
|
-
* Support for NodeJS 14.
|
|
473
|
-
* Added `utils.readCsv` and `utils.writeCsv`.
|
|
474
|
-
* Allow filtering by source number in `twilio.getLastSms`.
|
|
475
|
-
* Added `utils.encrypt` and `utils.decrypt`.
|
|
476
|
-
* Added `web.waitForAngular` and `web.setAutoWaitForAngular`.
|
|
477
|
-
* Added `mob.selectWindow`, `mob.select`.
|
|
478
|
-
* Added `http.patch`.
|
|
479
|
-
|
|
480
|
-
#### :beetle: Bug Fix
|
|
481
|
-
* `web.isSelected` not working in certain situations.
|
|
482
|
-
* Index repeating transactions to prevent duplicate transaction names in results.
|
|
483
|
-
* Failure taking mobile screenshots in certain situations.
|
|
484
|
-
|
|
485
|
-
#### :nail_care: Polish
|
|
486
|
-
* Documentation improvements.
|
|
487
|
-
* Notify when `mob` command is being used in wrong mobile context.
|
|
488
|
-
* Improve error handling in `http` module.
|
|
489
|
-
|
|
490
|
-
#### :house: Internal
|
|
491
|
-
* Upgrade to WDIO v7 and bump other dependencies.
|
|
492
|
-
|
|
493
|
-
## v1.19.1 (2021-06-01)
|
|
494
|
-
|
|
495
|
-
#### :beetle: Bug Fix
|
|
496
|
-
* `http` and `utils` module not working when using multiple iteration.
|
|
497
|
-
|
|
498
|
-
#### :nail_care: Polish
|
|
499
|
-
* Do not invoke module disposal mechanism on dead sessions (which previously led to test finalization taking a few minutes in certain situations).
|
|
500
|
-
* Miscellaneous internal cleanups.
|
|
501
|
-
|
|
502
|
-
## v1.19.0 (2021-05-25)
|
|
503
|
-
|
|
504
|
-
#### :boom: Breaking Change
|
|
505
|
-
* `http` module will no longer throw on erroneous HTTP status codes, and will return the request/response details instead.
|
|
506
|
-
|
|
507
|
-
#### :tada: New Feature
|
|
508
|
-
* Add `web.network.waitForNotUrl`.
|
|
509
|
-
* Return `responseBody` and `requestPostData` in requests recorded with `web.network`.
|
|
510
|
-
* Add `web.newWindow`.
|
|
511
|
-
|
|
512
|
-
#### :beetle: Bug Fix
|
|
513
|
-
* PDF and XML reporter not working.
|
|
514
|
-
* `pdf.count` ignoring strings which appear multiple times on the same line.
|
|
515
|
-
* Ignore "ignored" steps in Cucumber.
|
|
516
|
-
* Make status argument in `web.dispose` and `mob.dispose` optional.
|
|
517
|
-
* Issue with converting Chai assertions to Oxygen errors.
|
|
518
|
-
* Various other fixes.
|
|
519
|
-
|
|
520
|
-
#### :nail_care: Polish
|
|
521
|
-
* Better error handling in debugger.
|
|
522
|
-
* Better error handling when parsing JSON/CSV/XLSX parameter files.
|
|
523
|
-
* Process "invalid selector" errors.
|
|
524
|
-
* Improved duration formatting in test reports.
|
|
525
|
-
* Add validation for timeout arguments and notify the user in case of invalid values.
|
|
526
|
-
* Removed redundant module disposal.
|
|
527
|
-
|
|
528
|
-
#### :house: Internal
|
|
529
|
-
* Bump dependencies.
|
|
530
|
-
* Support for REPL.
|
|
531
|
-
|
|
532
|
-
## v1.18.0 (2021-03-24)
|
|
533
|
-
|
|
534
|
-
#### :tada: New Feature
|
|
535
|
-
* Add `utils.pause`.
|
|
536
|
-
|
|
537
|
-
#### :beetle: Bug Fix
|
|
538
|
-
* `web.click`, `web.rightClick`, `web.doubleClick` not working on IE < 11.
|
|
539
|
-
|
|
540
|
-
#### :nail_care: Polish
|
|
541
|
-
* Print more details on `http` module failures.
|
|
542
|
-
* Documentation updates.
|
|
543
|
-
|
|
544
|
-
## v1.17.0 (2021-03-22)
|
|
545
|
-
|
|
546
|
-
#### :boom: Breaking Change
|
|
547
|
-
* `http` module has been rewritten to support more features. As a result some methods, their arguments, and return types were substantially changed. See API documentation for more details.
|
|
548
|
-
|
|
549
|
-
#### :tada: New Feature
|
|
550
|
-
* Add `soap.setProxy`.
|
|
551
|
-
* Add `autoDispose` setting to `oxygen.conf` to control whether to dispose modules automatically between test iterations.
|
|
552
|
-
|
|
553
|
-
#### :beetle: Bug Fix
|
|
554
|
-
* `web.click` and `web.clickHidden` not working on IE < 11.
|
|
555
|
-
* `web.fileBrowse` not working.
|
|
556
|
-
* Issue with hooks in Cucumber tests.
|
|
557
|
-
* Various other fixes.
|
|
558
|
-
|
|
559
|
-
#### :nail_care: Polish
|
|
560
|
-
* Process "element not interactable" errors.
|
|
561
|
-
|
|
562
|
-
#### :house: Internal
|
|
563
|
-
* Bump dependencies.
|
|
564
|
-
|
|
565
|
-
## v1.16.1 (2021-02-15)
|
|
566
|
-
|
|
567
|
-
#### :beetle: Bug Fix
|
|
568
|
-
* Issue with module disposal.
|
|
569
|
-
|
|
570
|
-
## v1.16.0 (2021-02-09)
|
|
571
|
-
|
|
572
|
-
#### :tada: New Feature
|
|
573
|
-
* New command `mob.longPressKeyCode`.
|
|
574
|
-
* New command `web.rightClickActions`
|
|
575
|
-
* Node module `proxy`.
|
|
576
|
-
|
|
577
|
-
#### :beetle: Bug Fix
|
|
578
|
-
* Error parsing in `db` module.
|
|
579
|
-
* Number of issues with session disposal.
|
|
580
|
-
|
|
581
|
-
## v1.15.0 (2021-01-16)
|
|
582
|
-
|
|
583
|
-
#### :tada: New Feature
|
|
584
|
-
* Added `*.waitForInteractable`.
|
|
585
|
-
|
|
586
|
-
#### :beetle: Bug Fix
|
|
587
|
-
* `web.switchToWindow` crashes when one of the windows closes mid-way.
|
|
588
|
-
* `web.switchToWindow` crashing in certain situations.
|
|
589
|
-
* Memory leak during test disposal.
|
|
590
|
-
* Various issues with `mob.scrollIntoElement`, `mob.swipe`, `mob.swipeElement`, `mob.swipeScreen`.
|
|
591
|
-
* Script errors not being processed.
|
|
592
|
-
* Handling of missing locator arguments in `mob` module.
|
|
593
|
-
|
|
594
|
-
#### :house: Internal
|
|
595
|
-
* Pass console output from child process to external libraries.
|
|
596
|
-
* Number of internal fixes.
|
|
597
|
-
* Bump dependencies.
|
|
598
|
-
|
|
599
|
-
## v1.14.3 (2020-11-27)
|
|
600
|
-
|
|
601
|
-
#### :beetle: Bug Fix
|
|
602
|
-
* Fix ChromeDriver cleanup on Linux.
|
|
603
|
-
|
|
604
|
-
#### :house: Internal
|
|
605
|
-
* Bump dependencies.
|
|
606
|
-
|
|
607
|
-
## v1.14.2 (2020-11-20)
|
|
608
|
-
|
|
609
|
-
#### :beetle: Bug Fix
|
|
610
|
-
* Regression in `web.clickHidden`.
|
|
611
|
-
* Invalid filename printed in error details for certain errors.
|
|
612
|
-
|
|
613
|
-
## v1.14.1 (2020-11-16)
|
|
614
|
-
|
|
615
|
-
#### :tada: New Feature
|
|
616
|
-
* Automatic retry on `STALE_ELEMENT_REFERENCE`.
|
|
617
|
-
|
|
618
|
-
#### :beetle: Bug Fix
|
|
619
|
-
* Fixed `*.findElements` to throw errors instead of returning an empty array for anything else except `ELEMENT_NOT_FOUND`.
|
|
620
|
-
|
|
621
|
-
#### :nail_care: Polish
|
|
622
|
-
* Process "module not found" errors.
|
|
623
|
-
* Process "window not found" errors.
|
|
624
|
-
* Process "The element with selector * you trying to pass into the execute method wasn't found" errors.
|
|
625
|
-
|
|
626
|
-
## v1.14.0 (2020-11-08)
|
|
627
|
-
|
|
628
|
-
#### :boom: Breaking Change
|
|
629
|
-
* `*.findElements` will return an empty array instead of failing when no elements are found.
|
|
630
|
-
|
|
631
|
-
#### :beetle: Bug Fix
|
|
632
|
-
* `win.selectWindow` not working with `title=` prefix.
|
|
633
|
-
* Test name not being set for tests executed on PerfectoMobile provider.
|
|
634
|
-
|
|
635
|
-
## v1.13.7 (2020-11-03)
|
|
636
|
-
|
|
637
|
-
#### :beetle: Bug Fix
|
|
638
|
-
* Fixed issue with stopping `mob` and `win` tests.
|
|
639
|
-
* Fixed issue with re-running failed tests.
|
|
640
|
-
|
|
641
|
-
#### :house: Internal
|
|
642
|
-
* Bump dependencies.
|
|
643
|
-
|
|
644
|
-
## v1.13.6 (2020-10-27)
|
|
645
|
-
|
|
646
|
-
#### :beetle: Bug Fix
|
|
647
|
-
* `onBeforeCase` and `onAfterCase` support in Cucumber tests.
|
|
648
|
-
* Fixed number of issues with Edge when using cloud providers.
|
|
649
|
-
|
|
650
|
-
#### :house: Internal
|
|
651
|
-
* Collect logs and HAR for Cucumber tests.
|
|
652
|
-
|
|
653
|
-
## v1.13.5 (2020-10-19)
|
|
654
|
-
|
|
655
|
-
#### :beetle: Bug Fix
|
|
656
|
-
* Fixed `web.sendKeys` throwing an error if currently active window is closed during the command execution.
|
|
657
|
-
* Fixed `web.click` and `web.clickHidden` to work in IE < 9 compatibility mode.
|
|
658
|
-
* RegExp arguments not properly displayed in reports.
|
|
659
|
-
|
|
660
|
-
#### :house: Internal
|
|
661
|
-
* Bump dependencies.
|
|
662
|
-
|
|
663
|
-
## v1.13.4 (2020-10-13)
|
|
664
|
-
|
|
665
|
-
#### :beetle: Bug Fix
|
|
666
|
-
* Fixed maximum call stack size exceeded issue (#102).
|
|
667
|
-
|
|
668
|
-
## v1.13.3 (2020-10-12)
|
|
669
|
-
|
|
670
|
-
#### :beetle: Bug Fix
|
|
671
|
-
* Add option to enable SNI in `email` module. This fixes issue with connection to Gmail.
|
|
672
|
-
|
|
673
|
-
## v1.13.2 (2020-10-08)
|
|
674
|
-
|
|
675
|
-
#### :house: Internal
|
|
676
|
-
* Fixed parameter handling when using re-run option.
|
|
677
|
-
|
|
678
|
-
## v1.13.1 (2020-10-08)
|
|
679
|
-
|
|
680
|
-
#### :house: Internal
|
|
681
|
-
* Added internal option for disabling screenshots on failure.
|
|
682
|
-
|
|
683
|
-
## v1.13.0 (2020-10-08)
|
|
684
|
-
|
|
685
|
-
#### :tada: New Feature
|
|
686
|
-
* Support for `beforeCommand` and `afterCommand` hooks.
|
|
687
|
-
|
|
688
|
-
#### :boom: Breaking Change
|
|
689
|
-
* `web.dispose` and `mob.dispose` now expects a mandatory status argument.
|
|
690
|
-
|
|
691
|
-
#### :beetle: Bug Fix
|
|
692
|
-
* `web.waitForVisible` was ignoring the timeout argument.
|
|
693
|
-
|
|
694
|
-
#### :nail_care: Polish
|
|
695
|
-
* Made CSV parsing errors more user friendly.
|
|
696
|
-
* Print more detailed failure information for Cucumber tests.
|
|
697
|
-
|
|
698
|
-
#### :house: Internal
|
|
699
|
-
* Added BrowserStack integration.
|
|
700
|
-
* Fixed issue with SauceLab session disposal.
|
|
701
|
-
* Fixed domContentLoadedEvent and loadEvent calculation.
|
|
702
|
-
* Added internal option to re-run failed tests.
|
|
703
|
-
* Updated WDIO to v6.6.0.
|
|
704
|
-
|
|
705
|
-
## v1.12.0 (2020-09-27)
|
|
706
|
-
|
|
707
|
-
#### :boom: Breaking Change
|
|
708
|
-
* Execute each Case using new browser session when executing Suites.
|
|
709
|
-
|
|
710
|
-
#### :beetle: Bug Fix
|
|
711
|
-
* Test initialization on Edge + BrowserStack.
|
|
712
|
-
* `web.getXMLPageSource` to work on Edge.
|
|
713
|
-
|
|
714
|
-
#### :nail_care: Polish
|
|
715
|
-
* Fail silently if click fails due to js injection error.
|
|
716
|
-
* Fallback to js click when ChromeDriver fails due to element being located in Shadow DOM.
|
|
717
|
-
|
|
718
|
-
#### :house: Internal
|
|
719
|
-
* Fixed an issue with performance timings not being recorded.
|
|
720
|
-
|
|
721
|
-
## v1.11.0 (2020-09-21)
|
|
722
|
-
|
|
723
|
-
#### :tada: New Feature
|
|
724
|
-
* Add `mob.assertAlert`.
|
|
725
|
-
* Add `mob.getBrowserLogs`.
|
|
726
|
-
|
|
727
|
-
#### :beetle: Bug Fix
|
|
728
|
-
* `timeout` argument being ignored in some commands.
|
|
729
|
-
* Number of issues in `alert` related commands.
|
|
730
|
-
|
|
731
|
-
#### :book: Documentation
|
|
732
|
-
* Add missing accessibility id locator to win docs.
|
|
733
|
-
|
|
734
|
-
#### :nail_care: Polish
|
|
735
|
-
* Make CSV parsing errors more user-friendly.
|
|
736
|
-
* Increase default 3000ms `waitFor*` timeout to 5000ms.
|
|
737
|
-
* Produce proper error if `web.pointJS` is not supported on IE.
|
|
738
|
-
* Throw a more detailed error when `web.clickHidden` is not supported on IE.
|
|
739
|
-
|
|
740
|
-
#### :house: Internal
|
|
741
|
-
* Fix performance stats not being fetched correctly.
|
|
742
|
-
* Fix logs retrieval.
|
|
743
|
-
* Code refactoring.
|
|
744
|
-
* Bump dependencies.
|
|
745
|
-
|
|
746
|
-
## v1.10.0 (2020-09-13)
|
|
747
|
-
|
|
748
|
-
#### :boom: Breaking Change
|
|
749
|
-
* Minimal supported node.js version 10.18.1.
|
|
750
|
-
|
|
751
|
-
#### :beetle: Bug Fix
|
|
752
|
-
* No error details shown for oxygen.po/conf/env.js errors.
|
|
753
|
-
* Filename not shown for certain script errors.
|
|
754
|
-
* Issue with `*.network` module re-initialization.
|
|
755
|
-
|
|
756
|
-
#### :nail_care: Polish
|
|
757
|
-
* Make transaction's duration an aggregate of all the underlying command durations.
|
|
758
|
-
|
|
759
|
-
## v1.9.0 (2020-09-09)
|
|
760
|
-
|
|
761
|
-
#### :boom: Breaking Change
|
|
762
|
-
* `soap.describe` returns object instead of a serialized representation.
|
|
763
|
-
|
|
764
|
-
#### :tada: New Feature
|
|
765
|
-
* Add `web.isChecked`.
|
|
766
|
-
|
|
767
|
-
#### :beetle: Bug Fix
|
|
768
|
-
* `web.getHtml` wasn't available.
|
|
769
|
-
* Execution on MicrosoftEdge.
|
|
770
|
-
* width and height wasn't adjusted properly in `web.makeVisible`.
|
|
771
|
-
* Memory leak when using multiple iterations.
|
|
772
|
-
* Shared `vars` object for passing data between tests not working.
|
|
773
|
-
|
|
774
|
-
#### :nail_care: Polish
|
|
775
|
-
* Add error handling for network errors on Chrome 85.
|
|
776
|
-
|
|
777
|
-
#### :house: Internal
|
|
778
|
-
* Fixed breakpoints not working with UNC paths.
|
|
779
|
-
* Fixed mobile logs not being collected.
|
|
780
|
-
|
|
781
|
-
## v1.8.2 (2020-08-30)
|
|
782
|
-
|
|
783
|
-
#### :house: Internal
|
|
784
|
-
* Downgrade WDIO due to a regression.
|
|
785
|
-
|
|
786
|
-
## v1.8.1 (2020-08-30)
|
|
787
|
-
|
|
788
|
-
#### :house: Internal
|
|
789
|
-
* Simplify debugger's path to url conversion.
|
|
790
|
-
* Do not close browser on failed tests (when running through IDE).
|
|
791
|
-
* Bump dependencies.
|
|
792
|
-
|
|
793
|
-
## v1.8.0 (2020-08-25)
|
|
794
|
-
|
|
795
|
-
#### :tada: New Feature
|
|
796
|
-
* Add `web.getHTML`.
|
|
797
|
-
|
|
798
|
-
#### :nail_care: Polish
|
|
799
|
-
* Throw proper error on `mob.click` in webview context if element is not interactable.
|
|
800
|
-
|
|
801
|
-
#### :house: Internal
|
|
802
|
-
* Fix filename handling in debugger.
|
|
803
|
-
* Bump WDIO to v6.4.2.
|
|
804
|
-
|
|
805
|
-
## v1.7.2 (2020-08-23)
|
|
806
|
-
|
|
807
|
-
#### :beetle: Bug Fix
|
|
808
|
-
* `ID` locators not working in `win` module.
|
|
809
|
-
* `web.click` working in asynchronous mode instead of synchronous.
|
|
810
|
-
|
|
811
|
-
#### :book: Documentation
|
|
812
|
-
* Fixed `win`, `web`, and `mob` modules formatting.
|
|
813
|
-
|
|
814
|
-
#### :house: Internal
|
|
815
|
-
* Bump and cleanup dependencies.
|
|
816
|
-
|
|
817
|
-
## v1.7.1 (2020-08-22)
|
|
818
|
-
|
|
819
|
-
#### :beetle: Bug Fix
|
|
820
|
-
* Regression with `services` and `modules` settings in `oxygen.conf` being ignored.
|
|
821
|
-
|
|
822
|
-
## v1.7.0 (2020-08-20)
|
|
823
|
-
|
|
824
|
-
#### :tada: New Feature
|
|
825
|
-
* Support for BrowserStack provider.
|
|
826
|
-
* Take screenshots for all available windows including the titles on errors.
|
|
827
|
-
* Improved performance during test initialization.
|
|
828
|
-
|
|
829
|
-
#### :beetle: Bug Fix
|
|
830
|
-
* Fixed `web.makeVisible` to work with elements with 0 height/width and `!important` style applied.
|
|
831
|
-
* `web.assertTextPresent` and `web.assertTextNotPresent` not producing proper errors.
|
|
832
|
-
* Invalid oxygen.conf/po/env.js files not being handled properly.
|
|
833
|
-
* Fixed npm updates check during `npm root -g` invocation not being disabled.
|
|
834
|
-
* Produce proper errors when `web.network` is not initialized.
|
|
835
|
-
* Fix tests getting stuck sometimes on low level WDIO errors.
|
|
836
|
-
* `require` not working from within `oxygen.conf/po/env.js` files.
|
|
837
|
-
|
|
838
|
-
#### :nail_care: Polish
|
|
839
|
-
* Improved reports generated by cli to specify browser/device name next to suite details.
|
|
840
|
-
* Handle additional WebDriver errors.
|
|
841
|
-
|
|
842
|
-
#### :book: Documentation
|
|
843
|
-
* `email` module fixes.
|
|
844
|
-
|
|
845
|
-
#### :house: Internal
|
|
846
|
-
* Fixed number of issues with results, environments, and breakpoints processing.
|
|
847
|
-
* WebDriverIO updated to v6.4.0.
|
|
848
|
-
* Bump dependencies.
|
|
849
|
-
|
|
850
|
-
## v1.6.1 (2020-07-03)
|
|
851
|
-
|
|
852
|
-
#### :beetle: Bug Fix
|
|
853
|
-
* Fix npm root -g mechanizm for macos
|
|
854
|
-
|
|
855
|
-
## v1.6.0 (2020-06-25)
|
|
856
|
-
|
|
857
|
-
#### :tada: New Feature
|
|
858
|
-
* Support for Node.js 12.
|
|
859
|
-
* `web.getWindowSize` for returning browser window dimensions.
|
|
860
|
-
* `assert.pass` for arbitrary stopping test execution.
|
|
861
|
-
|
|
862
|
-
#### :beetle: Bug Fix
|
|
863
|
-
* Browser session not being disposed in some cases.
|
|
864
|
-
* `web.assertTextPresent` and `web.assertTextNotPresent` not working correctly.
|
|
865
|
-
* `web.point` not working correctly.
|
|
866
|
-
* `win.isSelected` not working correctly.
|
|
867
|
-
* Environment definition not being read from oxygen.conf.js.
|
|
868
|
-
* Exit code returned by Oxygen not reflecting the test status.
|
|
869
|
-
|
|
870
|
-
#### :nail_care: Polish
|
|
871
|
-
* `mob.swipeElement` no longer requires `speed` argument.
|
|
872
|
-
* Improved `mob.swipe` behavior.
|
|
873
|
-
* Improved `web.assertSelectedLabel` and `web.assertSelectedValue` to accept optional argument specifying whether to wait for element's visibility.
|
|
874
|
-
* `web.getText` no longer requires element to be visible.
|
|
875
|
-
|
|
876
|
-
#### :book: Documentation
|
|
877
|
-
* Various documentation fixes.
|
|
878
|
-
|
|
879
|
-
## v1.5.1 (2020-06-17)
|
|
880
|
-
|
|
881
|
-
#### :beetle: Bug Fix
|
|
882
|
-
* Regression related to execution of Cucumber projects.
|
|
883
|
-
* Regression related to execution of single test scripts.
|
|
884
|
-
|
|
885
|
-
#### :nail_care: Polish
|
|
886
|
-
* Improve command argument serialization.
|
|
887
|
-
|
|
888
|
-
## v1.5.0 (2020-06-15)
|
|
889
|
-
|
|
890
|
-
#### :tada: New Feature
|
|
891
|
-
* Added support for defining suites in separate files.
|
|
892
|
-
|
|
893
|
-
#### :beetle: Bug Fix
|
|
894
|
-
* Re-enabled `network` module.
|
|
895
|
-
|
|
896
|
-
## v1.4.1 (2020-06-09)
|
|
897
|
-
|
|
898
|
-
#### :tada: New Feature
|
|
899
|
-
* Added support for finding windows by their URL to `web.selectWindow` and `web.waitForWindow`.
|
|
900
|
-
Option to select/waitFor last opened windows has been deprecated and will be removed in the future.
|
|
901
|
-
|
|
902
|
-
#### :beetle: Bug Fix
|
|
903
|
-
* `mob.swipeElement` not working due to a typo.
|
|
904
|
-
|
|
905
|
-
#### :book: Documentation
|
|
906
|
-
* Various documentation fixes.
|
|
907
|
-
|
|
908
|
-
#### :house: Internal
|
|
909
|
-
* WebDriverIO updated to v5.23.0.
|
|
910
|
-
|
|
911
|
-
## v1.4.0 (2020-06-07)
|
|
912
|
-
|
|
913
|
-
#### :tada: New Feature
|
|
914
|
-
* `mob.getTitle`
|
|
915
|
-
* `mob.getUrl`
|
|
916
|
-
|
|
917
|
-
#### :beetle: Bug Fix
|
|
918
|
-
* `web.type` on Firefox not triggering some events attached to the element.
|
|
919
|
-
* Browser not being closed on test completion when multiple tabs or windows are opened.
|
|
920
|
-
* `web.pointJS` not working on Internet Explorer.
|
|
921
|
-
* Incorrect command duration in HTML reports.
|
|
922
|
-
|
|
923
|
-
#### :nail_care: Polish
|
|
924
|
-
* Improve `web.makeVisible` to adjust visibility of parent elements as well.
|
|
925
|
-
* Handle 'Element not clickable at point' errors produced by IE.
|
|
926
|
-
* Handle 'element click intercepted' errors.
|
|
927
|
-
* Handle 'No active session with ID' errors.
|
|
928
|
-
|
|
929
|
-
#### :book: Documentation
|
|
930
|
-
* Improve documentation for `web.scrollIntoView`, `mob.getAlertText`, `*.getDriver`.
|
|
931
|
-
|
|
932
|
-
#### :house: Internal
|
|
933
|
-
* Initial support for PerfectoMobile provider.
|
|
934
|
-
* Increase `connectionRetryTimeout` and decrease `connectionRetryCount` in order to better handle slowly loading pages.
|
|
935
|
-
* Bump dependencies.
|
|
936
|
-
|
|
937
|
-
## v1.3.0 (2020-05-10)
|
|
938
|
-
|
|
939
|
-
#### :tada: New Feature
|
|
940
|
-
* Add `assert.contain`.
|
|
941
|
-
|
|
942
|
-
#### :beetle: Bug Fix
|
|
943
|
-
* Log entries generated by Cucumber runner.
|
|
944
|
-
* Missing "location" in some thrown errors.
|
|
945
|
-
|
|
946
|
-
## v1.2.5 (2020-05-04)
|
|
947
|
-
|
|
948
|
-
#### :beetle: Bug Fix
|
|
949
|
-
* Number of issues to related to module initialization.
|
|
950
|
-
* Cucumber runner not populating logs data.
|
|
951
|
-
|
|
952
|
-
## v1.2.0 (2020-04-13)
|
|
953
|
-
|
|
954
|
-
#### :tada: New Feature
|
|
955
|
-
* Add `web.pointJS`.
|
|
956
|
-
|
|
957
|
-
#### :beetle: Bug Fix
|
|
958
|
-
* `--p=json` switch not working.
|
|
959
|
-
* Number of issues related to running tests on LambdaTest cloud provider.
|
|
960
|
-
* Relative paths in `pdf.assertNot` and `pdf.count`.
|
|
961
|
-
|
|
962
|
-
#### :nail_care: Polish
|
|
963
|
-
* Argument validation for `*.type` and `*.open` commands.
|
|
964
|
-
* Process 'Failed to create session' errors.
|
|
965
|
-
|
|
966
|
-
#### :book: Documentation
|
|
967
|
-
* Fix `web.deleteCookies` documentation.
|
|
968
|
-
|
|
969
|
-
#### :house: Internal
|
|
970
|
-
* WebDriverIO updated to v5.22.1.
|
|
971
|
-
* Improvements to browser disposal, debugger support, and SauceLabs provider support.
|
|
972
|
-
|
|
973
|
-
## v1.1.3 (2020-03-15)
|
|
974
|
-
|
|
975
|
-
#### :beetle: Bug Fix
|
|
976
|
-
* Debug logs were not added to JSON results.
|
|
977
|
-
|
|
978
|
-
#### :nail_care: Polish
|
|
979
|
-
* Properly process 'invalid url' errors.
|
|
980
|
-
|
|
981
|
-
#### :house: Internal
|
|
982
|
-
* Update dependencies.
|
|
983
|
-
|
|
984
|
-
## v1.1.2 (2020-03-06)
|
|
985
|
-
|
|
986
|
-
#### :house: Internal
|
|
987
|
-
* Fix process disposal.
|
|
988
|
-
|
|
989
|
-
## v1.1.1 (2020-02-29)
|
|
990
|
-
|
|
991
|
-
#### :nail_care: Polish
|
|
992
|
-
* Properly process 'invalid css selector' errors.
|
|
993
|
-
|
|
994
|
-
#### :house: Internal
|
|
995
|
-
* Remove duplicate dependency.
|
|
996
|
-
|
|
997
|
-
## v1.1.0 (2020-02-27)
|
|
998
|
-
|
|
999
|
-
#### :boom: Breaking Change
|
|
1000
|
-
* `log.*` will automatically serialize the value if it's a complex object. Using `log.info(JSON.stringify(obj))` is no longer required.
|
|
1001
|
-
* Minimum required version of Node.js has been raised to v10.14. Although Oxygen will work in part on older versions, anything below 10.14 is no longer officially supported.
|
|
1002
|
-
|
|
1003
|
-
#### :beetle: Bug Fix
|
|
1004
|
-
* `log.*` not working with non-string objects.
|
|
1005
|
-
* Parameters not loaded correctly from CSV if header contains spaces.
|
|
1006
|
-
* Error handling in `web.assertAlert`, `web.alertAccept`, `web.alertDismiss` commands.
|
|
1007
|
-
* Processing of ChomeDriver version mismatch errors.
|
|
1008
|
-
* Generate HTML reports by default even if `--rf` switch is not specified.
|
|
1009
|
-
* Regression with `assert` commands no longer taking screenshot for web and mobile tests.
|
|
1010
|
-
|
|
1011
|
-
#### :house: Internal
|
|
1012
|
-
* Update dependencies.
|
|
1013
|
-
* Various other small fixes & improvements.
|
|
1014
|
-
|
|
1015
|
-
## v1.0.3 (2020-02-13)
|
|
1016
|
-
|
|
1017
|
-
#### :beetle: Bug Fix
|
|
1018
|
-
* Stopping test not working reliably.
|
|
1019
|
-
* Loading custom globally installed modules not working with `require`.
|
|
1020
|
-
* Confusing error message when required file is not found.
|
|
1021
|
-
|
|
1022
|
-
## v1.0.2 (2020-02-12)
|
|
1023
|
-
|
|
1024
|
-
#### :beetle: Bug Fix
|
|
1025
|
-
* `--server` switch not working with mobile tests.
|
|
1026
|
-
* `--ro` switch not working.
|
|
1027
|
-
* `id` locator in web tests not working if it contains illegal characters.
|
|
1028
|
-
* Test doesn't run if empty parameters file is used.
|
|
1029
|
-
|
|
1030
|
-
#### :nail_care: Polish
|
|
1031
|
-
* Update help screen.
|
|
1032
|
-
* Properly process 'Specified URL is not valid' errors.
|
|
1033
|
-
* Properly process 'invalid xpath' errors for IE.
|
|
1034
|
-
|
|
1035
|
-
#### :house: Internal
|
|
1036
|
-
* Update dependencies.
|
|
1037
|
-
|
|
1038
|
-
## v1.0.1 (2020-02-05)
|
|
1039
|
-
|
|
1040
|
-
#### :house: Internal
|
|
1041
|
-
* Various fixes.
|
|
1042
|
-
|
|
1043
|
-
## v1.0.0 (2020-02-04)
|
|
1044
|
-
|
|
1045
|
-
#### :tada: New Feature
|
|
1046
|
-
* Significant improvements to test structure organization, allowing to define all configurations using a project file.
|
|
1047
|
-
* Improvements to the script development flexibility:
|
|
1048
|
-
- Automation tests can be written using ES6.
|
|
1049
|
-
- Tests can hook into exposed `before` and `after` hooks for `test`, `suite`, `case`, `command` actions.
|
|
1050
|
-
* Improvements to Oxygen extendability:
|
|
1051
|
-
- Internal modules can be written using ES6 and can be developed in both synchronous and asynchronous (using `async/await` operators) manner.
|
|
1052
|
-
- Modules can contain submodules. E.g. `web.network.assertUrl`.
|
|
1053
|
-
- Added support for Service. Services are add-ons which can be developed for providing additional custom logic for tests.
|
|
1054
|
-
* Support for Applitools for visual UI testing.
|
|
1055
|
-
* Support for native Windows applications (via WinApiDriver) automation - WinForms, WPF, UWP, Classic Win32.
|
|
1056
|
-
* Support for writing tests using Cucumber.
|
|
1057
|
-
* Support for environment variables.
|
|
1058
|
-
* Project level Page Object support.
|
|
1059
|
-
* Support for running multiple Suites as a part of a single test.
|
|
1060
|
-
* Improved debugging support when using breakpoints in external files.
|
|
1061
|
-
* Added `web.rightClick`.
|
|
1062
|
-
* Added `win.rightClick`.
|
|
1063
|
-
* Improvements to SauceLabs, LambdaTest, TestingBot integrations
|
|
1064
|
-
* `pdf` methods accept optional argument for reversing string order (useful when working with RTL languages).
|
|
1065
|
-
|
|
1066
|
-
#### :boom: Breaking Change
|
|
1067
|
-
* `ox.*` is no longer available. `ox.modules.*` should be used instead. All available modules `web`, `mob`, etc are also exposed globally now and can be used directly.
|
|
1068
|
-
* `return` is no longer supported for terminating user scripts.
|
|
1069
|
-
* Suite configuration JSONs are no longer supported. Project level configuration files should be used instead.
|
|
1070
|
-
* `web.network*` commands are now accessible via a submodule `web.network.*` and have different names. See documentation for more details.
|
|
1071
|
-
* Oxygen will not produce any reports by default unless `--rf` switch is used.
|
|
1072
|
-
|
|
1073
|
-
#### :beetle: Bug Fix
|
|
1074
|
-
* `twilio` not producing proper error when no matching messages found.
|
|
1075
|
-
* `web.network` not recording responses for redirected requests.
|
|
1076
|
-
* `web.click` not working on IE under certain conditions.
|
|
1077
|
-
* Debugger not entering into module code if module name is specified using wrong case.
|
|
1078
|
-
|
|
1079
|
-
#### :nail_care: Polish
|
|
1080
|
-
* Improved error handling. Errors now contain proper stacktraces and provide more details about where in user script the error has occurred.
|
|
1081
|
-
* More errors from underlying frameworks are handled and processed.
|
|
1082
|
-
* JUnit XML reports improved to include more details about test failures.
|
|
1083
|
-
* `twilio` module performance improvements.
|
|
1084
|
-
* Added JS injection fall-back for `web.doubleClick` when element is not clickable.
|
|
1085
|
-
|
|
1086
|
-
#### :book: Documentation
|
|
1087
|
-
* Documentation has been migrated to a new infrastructure providing better user experience. Documentation has been, as well, improved with more topics.
|
|
1088
|
-
|
|
1089
|
-
#### :house: Internal
|
|
1090
|
-
* Webdriverio updated to v5.18.6.
|
|
1091
|
-
* Updated pre-bundled Chrome drivers.
|
|
1092
|
-
|
|
1093
|
-
## v1.0.0-beta.14 (2019-12-16)
|
|
1094
|
-
|
|
1095
|
-
#### :tada: New Feature
|
|
1096
|
-
* Take screenshots on `assert.*` command failures.
|
|
1097
|
-
|
|
1098
|
-
## v1.0.0-beta.13 (2019-12-15)
|
|
1099
|
-
|
|
1100
|
-
#### :beetle: Bug Fix
|
|
1101
|
-
* Generate proper results on child process crashes.
|
|
1102
|
-
|
|
1103
|
-
## v1.0.0-beta.12 (2019-12-15)
|
|
1104
|
-
|
|
1105
|
-
#### :tada: New Feature
|
|
1106
|
-
* Automatically set web context for mobile web tests.
|
|
1107
|
-
|
|
1108
|
-
#### :house: Internal
|
|
1109
|
-
* Improve debugger initialization.
|
|
1110
|
-
|
|
1111
|
-
## v1.0.0-beta.8 (2019-12-09)
|
|
1112
|
-
|
|
1113
|
-
#### :house: Internal
|
|
1114
|
-
* Disable devtools-service logging
|
|
1115
|
-
|
|
1116
|
-
## v1.0.0-beta.7 (2019-12-08)
|
|
1117
|
-
|
|
1118
|
-
**Due a mishap which happened when publishing new version, version number has been increased to 1.0.0-beta.x.
|
|
1119
|
-
This version number change doesn't reflect any actual changes in the stable branch of oxygen-cli.
|
|
1120
|
-
Version numbers will normalize once the real 1.0.0 is released.**
|
|
1121
|
-
|
|
1122
|
-
#### :nail_care: Polish
|
|
1123
|
-
* Handle "Unable to create new service" init error.
|
|
1124
|
-
|
|
1125
|
-
#### :house: Internal
|
|
1126
|
-
* WebdriverIO@5.16.13.
|
|
1127
|
-
|
|
1128
|
-
## v0.52.3 (2019-11-26)
|
|
1129
|
-
|
|
1130
|
-
#### :house: Internal
|
|
1131
|
-
* Remove erroneously published folder.
|
|
1132
|
-
|
|
1133
|
-
## v0.52.2 (2019-11-26)
|
|
1134
|
-
|
|
1135
|
-
#### :nail_care: Polish
|
|
1136
|
-
* Handle "Failed to create session" init error in web tests.
|
|
1137
|
-
|
|
1138
|
-
## v0.52.1 (2019-11-26)
|
|
1139
|
-
|
|
1140
|
-
#### :beetle: Bug Fix
|
|
1141
|
-
* Fix timeout argument being ignored in `web.network*`.
|
|
1142
|
-
* Fix failures in certain commands (regression from v0.52.0).
|
|
1143
|
-
|
|
1144
|
-
#### :nail_care: Polish
|
|
1145
|
-
* Handle "Failed to create session" init error.
|
|
1146
|
-
|
|
1147
|
-
#### :house: Internal
|
|
1148
|
-
* WebdriverIO@5.16.9.
|
|
1149
|
-
|
|
1150
|
-
## v0.52.0 (2019-11-20)
|
|
1151
|
-
|
|
1152
|
-
#### :tada: New Feature
|
|
1153
|
-
* Add `web.network*` commands for working with network requests in Chrome.
|
|
1154
|
-
|
|
1155
|
-
#### :beetle: Bug Fix
|
|
1156
|
-
* Fix `mob.sendKeys` to work with W3C drivers.
|
|
1157
|
-
|
|
1158
|
-
#### :nail_care: Polish
|
|
1159
|
-
* Process 'invalid selector' errors.
|
|
1160
|
-
|
|
1161
|
-
#### :book: Documentation
|
|
1162
|
-
* Fix `mob.swipeScreen` documentation.
|
|
1163
|
-
|
|
1164
|
-
#### :house: Internal
|
|
1165
|
-
* WebdriverIO@5.16.7
|
|
1166
|
-
* Bump dependencies.
|
|
1167
|
-
|
|
1168
|
-
## v0.51.2 (2019-11-13)
|
|
1169
|
-
|
|
1170
|
-
#### :nail_care: Polish
|
|
1171
|
-
* Try scrolling the element into viewport before clicking it.
|
|
1172
|
-
|
|
1173
|
-
#### :house: Internal
|
|
1174
|
-
* Add support for variables inspection in debugger.
|
|
1175
|
-
|
|
1176
|
-
## v0.51.1 (2019-11-04)
|
|
1177
|
-
|
|
1178
|
-
#### :house: Internal
|
|
1179
|
-
* Fix network timings.
|
|
1180
|
-
|
|
1181
|
-
## v0.51.0 (2019-10-23)
|
|
1182
|
-
|
|
1183
|
-
#### :tada: New Feature
|
|
1184
|
-
* Add `web.findElement` and `web.findElements`.
|
|
1185
|
-
|
|
1186
|
-
#### :boom: Breaking Change
|
|
1187
|
-
* `mob.getCaps` renamed to `mob.getCapabilities`.
|
|
1188
|
-
|
|
1189
|
-
#### :beetle: Bug Fix
|
|
1190
|
-
* Number of issues with `mob.findElement` and `mob.findElements`.
|
|
1191
|
-
|
|
1192
|
-
## v0.50.2 (2019-10-16)
|
|
1193
|
-
|
|
1194
|
-
#### :tada: New Feature
|
|
1195
|
-
* Add support for setting HTTP headers in `http` module commands.
|
|
1196
|
-
|
|
1197
|
-
## v0.50.1 (2019-10-08)
|
|
1198
|
-
|
|
1199
|
-
#### :beetle: Bug Fix
|
|
1200
|
-
* Fixed invalid WDIO dependencies being pulled on install.
|
|
1201
|
-
|
|
1202
|
-
## v0.50.0 (2019-10-07)
|
|
1203
|
-
|
|
1204
|
-
#### :tada: New Feature
|
|
1205
|
-
* Add support for authentication details in Selenium and Appium HUB URLs.
|
|
1206
|
-
|
|
1207
|
-
## v0.49.0 (2019-10-04)
|
|
1208
|
-
|
|
1209
|
-
#### :tada: New Feature
|
|
1210
|
-
* Add `twilio.sendSms`.
|
|
1211
|
-
|
|
1212
|
-
#### :beetle: Bug Fix
|
|
1213
|
-
* Environment not being read from suite json definition.
|
|
1214
|
-
|
|
1215
|
-
#### :nail_care: Polish
|
|
1216
|
-
* Add handling for 'application is not installed on device' error.
|
|
1217
|
-
* Handle ChromeDriver version mismatch errors for Appium 1.15+.
|
|
1218
|
-
* Handle additional 'element not found' errors.
|
|
1219
|
-
|
|
1220
|
-
#### :house: Internal
|
|
1221
|
-
* Use reloadSession instead of manually deleting and creating new sessions.
|
|
1222
|
-
* Bump dependencies.
|
|
1223
|
-
|
|
1224
|
-
## v0.48.7 (2019-09-29)
|
|
1225
|
-
|
|
1226
|
-
#### :nail_care: Polish
|
|
1227
|
-
* Produce proper error when trying to use `web.getBrowserLogs` on unsupported browsers.
|
|
1228
|
-
* Produce proper error mobile os version mismatch.
|
|
1229
|
-
* Produce proper error on ChromeDriver version mismatch during context switch.
|
|
1230
|
-
|
|
1231
|
-
#### :house: Internal
|
|
1232
|
-
* Remove Grunt dependency.
|
|
1233
|
-
|
|
1234
|
-
## v0.48.6 (2019-09-26)
|
|
1235
|
-
|
|
1236
|
-
#### :house: Internal
|
|
1237
|
-
* Fix HAR not working on Chrome 77 and higher.
|
|
1238
|
-
|
|
1239
|
-
## v0.48.5 (2019-09-25)
|
|
1240
|
-
|
|
1241
|
-
#### :beetle: Bug Fix
|
|
1242
|
-
* `web.getXMLPageSource` not working as expected.
|
|
1243
|
-
* `web.setTimeout` and `mob.setTimeout` not setting the global timeout.
|
|
1244
|
-
|
|
1245
|
-
## v0.48.4 (2019-09-25)
|
|
1246
|
-
|
|
1247
|
-
#### :nail_care: Polish
|
|
1248
|
-
* Don't print WDIO warn level logs.
|
|
1249
|
-
* Produce proper error if `web.fileBrowse` fails due to the element not being interactable.
|
|
1250
|
-
* `web.makeVisible` will set `disabled` attribute to false.
|
|
1251
|
-
|
|
1252
|
-
#### :house: Internal
|
|
1253
|
-
* Update chrome-har dependency.
|
|
1254
|
-
|
|
1255
|
-
## v0.48.3 (2019-09-22)
|
|
1256
|
-
|
|
1257
|
-
#### :beetle: Bug Fix
|
|
1258
|
-
* Issue with wrong WDIO dependency versions being pulled on new installs.
|
|
1259
|
-
* Fix handling of user specified Appium server URLs in `mob.init`.
|
|
1260
|
-
|
|
1261
|
-
#### :nail_care: Polish
|
|
1262
|
-
* Don't print WDIO info level logs.
|
|
1263
|
-
|
|
1264
|
-
## v0.48.2 (2019-09-21)
|
|
1265
|
-
|
|
1266
|
-
#### :beetle: Bug Fix
|
|
1267
|
-
* Fix handling of selenium and appium hub addresses.
|
|
1268
|
-
|
|
1269
|
-
## v0.48.1 (2019-09-19)
|
|
1270
|
-
|
|
1271
|
-
#### :nail_care: Polish
|
|
1272
|
-
* Improved error handling.
|
|
1273
|
-
|
|
1274
|
-
## v0.48.0 (2019-09-19)
|
|
1275
|
-
|
|
1276
|
-
#### :tada: New Feature
|
|
1277
|
-
* Support for Node.js 12.
|
|
1278
|
-
* New web commands: `web.isSelected`.
|
|
1279
|
-
* New mob commands: `mob.closeApp`, `mob.installApp`, `mob.removeApp`, `mob.launchApp`, `mob.resetApp`, `mob.getCurrentAcitivity`, `mob.getCurrentPackage`.
|
|
1280
|
-
* New pdf commands: `pdf.count`.
|
|
1281
|
-
* Optional `pageNum` argument for `pdf.assert` and `pdf.assertNot`.
|
|
1282
|
-
* Optional `timeout` argument for all `mob` and `web` commands. Can be used to set timeouts per command.
|
|
1283
|
-
* Optional `clickParent` argument for `web.clickHidden`.
|
|
1284
|
-
|
|
1285
|
-
#### :boom: Breaking Change
|
|
1286
|
-
* `mob.verifyTitle`, `mob.verifyTitle`, `mob.verifyValue` removed since those command worked exactly like their `assert*` counterparts.
|
|
1287
|
-
* `mob.swipe` has been split into two separate commands: `mob.swipe` and `mob.swipeScreen`.
|
|
1288
|
-
* `mob.hideKeyboard` accepts different arguments and supports more strategies.
|
|
1289
|
-
* `mob.scrollToElement` accepts different arguments.
|
|
1290
|
-
* `mob.setAutoWait` and `web.setAutoWait` removed.
|
|
1291
|
-
* Optional `message` argument has been removed from relevant `mob` commands.
|
|
1292
|
-
|
|
1293
|
-
#### :beetle: Bug Fix
|
|
1294
|
-
* `web.makeVisible` will keep the original element dimensions if non 0.
|
|
1295
|
-
|
|
1296
|
-
#### :nail_care: Polish
|
|
1297
|
-
* Error handling has been significantly improved.
|
|
1298
|
-
|
|
1299
|
-
#### :book: Documentation
|
|
1300
|
-
* Various documentation fixes.
|
|
1301
|
-
|
|
1302
|
-
#### :house: Internal
|
|
1303
|
-
* Upgrade to WebDriverIO v5.
|
|
1304
|
-
* Bump dependencies.
|
|
1305
|
-
|
|
1306
|
-
## v0.47.4 (2019-09-12)
|
|
1307
|
-
* Fix parameter handling for CSVs produced by OS X Excel.
|
|
1308
|
-
|
|
1309
|
-
## v0.47.3 (2019-08-05)
|
|
1310
|
-
* Internal fixes: Fix HAR fetching on ChromeDriver >= v75
|
|
1311
|
-
|
|
1312
|
-
## v0.47.2 (2019-07-28)
|
|
1313
|
-
* Internal fixes.
|
|
1314
|
-
|
|
1315
|
-
## v0.47.1 (2019-07-28)
|
|
1316
|
-
* Internal fixes.
|
|
1317
|
-
|
|
1318
|
-
## v0.47.0 (2019-07-26)
|
|
1319
|
-
* Add `web.dragAndDrop`.
|
|
1320
|
-
* Internal changes - fix breakpoint processing and make oxygen work with VS Code debugger.
|
|
1321
|
-
* Bump dependencies.
|
|
1322
|
-
|
|
1323
|
-
## v0.46.6 (2019-07-19)
|
|
1324
|
-
* Improve performance of HTML report generation.
|
|
1325
|
-
* Bump dependencies.
|
|
1326
|
-
|
|
1327
|
-
## v0.46.5 (2019-07-17)
|
|
1328
|
-
* Add support for adding breakpoints after the test has started.
|
|
1329
|
-
* Bump dependencies.
|
|
1330
|
-
|
|
1331
|
-
## v0.46.4 (2019-07-14)
|
|
1332
|
-
* Fix invalid breakpoint handling in debugger.
|
|
1333
|
-
|
|
1334
|
-
## v0.46.3 (2019-07-10)
|
|
1335
|
-
* Fix number of issues with HTML reports.
|
|
1336
|
-
|
|
1337
|
-
## v0.46.2 (2019-07-09)
|
|
1338
|
-
* Support external webdriverio options.
|
|
1339
|
-
* Improve error handling for RuntimeError.
|
|
1340
|
-
|
|
1341
|
-
## v0.46.1 (2019-07-03)
|
|
1342
|
-
* Fix `soap` module to work with HTTPS which uses self-signed certificates.
|
|
1343
|
-
* Fix `http` module to work with HTTPS which uses self-signed certificates.
|
|
1344
|
-
* Fix `pdf.assert` not working properly with certain words having spaces in them.
|
|
1345
|
-
|
|
1346
|
-
## v0.46.0 (2019-07-02)
|
|
1347
|
-
* Add `mob.getAppiumLogs`.
|
|
1348
|
-
* Add `mob.getDeviceLogs`.
|
|
1349
|
-
* Add `mob.getDeviceTime`.
|
|
1350
|
-
* Add `mob.setTimeout`.
|
|
1351
|
-
* Add `web.getBrowserLogs`.
|
|
1352
|
-
* Add `pdf` module.
|
|
1353
|
-
* Remove dependency on Mono for Linux & OS X.
|
|
1354
|
-
|
|
1355
|
-
## v0.45.2 (2019-06-17)
|
|
1356
|
-
* Internal fixes.
|
|
1357
|
-
|
|
1358
|
-
## v0.45.1 (2019-06-11)
|
|
1359
|
-
* Move `web.sendKeyboardActions` functionality to `web.sendKeys`.
|
|
1360
|
-
|
|
1361
|
-
## v0.45.0 (2019-06-11)
|
|
1362
|
-
* Add `web.sendKeyboardActions` (on behalf of Alexei Mikheev).
|
|
1363
|
-
* Fix `mob.swipe` to throw proper error when element not found.
|
|
1364
|
-
* Fix commands failing with cryptic error when passed null as a locator.
|
|
1365
|
-
* Bump dependencies.
|
|
1366
|
-
|
|
1367
|
-
## v0.44.1 (2019-06-10)
|
|
1368
|
-
* Fix CSV parameters parsing.
|
|
1369
|
-
* Fix UNKOWN_ERROR being thrown for assertion errors.
|
|
1370
|
-
|
|
1371
|
-
## v0.44.0 (2019-05-29)
|
|
1372
|
-
* Remove support for using ECMAScript modules from `require`.
|
|
1373
|
-
|
|
1374
|
-
## v0.43.0 (2019-05-27)
|
|
1375
|
-
* Add `web.getTitle`.
|
|
1376
|
-
* Unwrap the return value returned by `web.execute` and `mob.execute`.
|
|
1377
|
-
* Internal fixes.
|
|
1378
|
-
|
|
1379
|
-
## v0.42.8 (2019-05-05)
|
|
1380
|
-
* Remove browserName if both browserName and appPackage were specified.
|
|
1381
|
-
* Override script specified caps for mob tests with context caps.
|
|
1382
|
-
|
|
1383
|
-
## v0.42.7 (2019-04-29)
|
|
1384
|
-
* Fix --ro command line switch.
|
|
1385
|
-
|
|
1386
|
-
## v0.42.6 (2019-04-24)
|
|
1387
|
-
* Better error message on invalid IE zoom level.
|
|
1388
|
-
* Internal fixes.
|
|
1389
|
-
|
|
1390
|
-
## v0.42.4 (2019-04-16)
|
|
1391
|
-
* Fix date values not being parsed correctly when reading a CSV.
|
|
1392
|
-
* Bump dependencies
|
|
1393
|
-
|
|
1394
|
-
## v0.42.3 (2019-04-02)
|
|
1395
|
-
* Fix encoding issue when reading CSVs without BOM.
|
|
1396
|
-
* Bump dependencies
|
|
1397
|
-
|
|
1398
|
-
## v0.42.2 (2019-03-13)
|
|
1399
|
-
* Fix `web.scrollToElement`.
|
|
1400
|
-
|
|
1401
|
-
## v0.42.1 (2019-03-12)
|
|
1402
|
-
* Internal fixes.
|
|
1403
|
-
|
|
1404
|
-
## v0.42.0 (2019-02-25)
|
|
1405
|
-
* Add `shell` module.
|
|
1406
|
-
|
|
1407
|
-
## v0.41.2 (2019-02-01)
|
|
1408
|
-
* Fix possible crash in `web.click`.
|
|
1409
|
-
|
|
1410
|
-
## v0.41.1 (2019-01-30)
|
|
1411
|
-
* Internal fixes.
|
|
1412
|
-
|
|
1413
|
-
## v0.41.0 (2019-01-29)
|
|
1414
|
-
* Add `web.assertTextNotPresent`.
|
|
1415
|
-
* Add timeout to `web.assertTextPresent`.
|
|
1416
|
-
* Fix `mob.swipe` when used without locator.
|
|
1417
|
-
* Generate proper oxygen error on element not found in `mob.waitForExist`.
|
|
1418
|
-
* Fix documentation.
|
|
1419
|
-
* Use dependencies only from npm repo.
|
|
1420
|
-
|
|
1421
|
-
## v0.40.0 (2019-01-15)
|
|
1422
|
-
* Add `web.refresh`.
|
|
1423
|
-
* Handle element not displayed errors from IE driver.
|
|
1424
|
-
* Produce proper error when browserName is not specified for `web.init`.
|
|
1425
|
-
* Fix documentation.
|
|
1426
|
-
* Other internal fixes.
|
|
1427
|
-
|
|
1428
|
-
## v0.39.0 (2018-12-28)
|
|
1429
|
-
* **[Breaking change]** `mob.selectFrame` behavior changed to match `web.selectFrame`.
|
|
1430
|
-
* Fix documentation.
|
|
1431
|
-
* Other internal fixes.
|
|
1432
|
-
|
|
1433
|
-
## v0.38.0 (2018-12-23)
|
|
1434
|
-
* Allow to access Oxygen modules and context from external modules.
|
|
1435
|
-
* Add ES6 support to the test script imported modules.
|
|
1436
|
-
* Fix commented out parameters being reported as undefined.
|
|
1437
|
-
* Other internal fixes.
|
|
1438
|
-
|
|
1439
|
-
## v0.37.0 (2018-12-20)
|
|
1440
|
-
* Ignore delay for transaction commands.
|
|
1441
|
-
* Fix `date.fromNow` documentation.
|
|
1442
|
-
* Add authentication support for `soap`.
|
|
1443
|
-
|
|
1444
|
-
## v0.36.1 (2018-12-17)
|
|
1445
|
-
* Fix error's line number not saved in step result.
|
|
1446
|
-
|
|
1447
|
-
## v0.36.0 (2018-12-11)
|
|
1448
|
-
* Add `web.back`.
|
|
1449
|
-
* Fix `mob.isVisible`.
|
|
1450
|
-
* Better handling of error caused by lack of Mono installation on MacOS, when generating HTML report.
|
|
1451
|
-
|
|
1452
|
-
## v0.35.5 (2018-12-01)
|
|
1453
|
-
* Fix invalid transaction name in reports in certain situations when executing multiple iterations.
|
|
1454
|
-
|
|
1455
|
-
## v0.35.4 (2018-11-28)
|
|
1456
|
-
* User friendly error messages on invalid parameter files.
|
|
1457
|
-
|
|
1458
|
-
## v0.35.3 (2018-11-28)
|
|
1459
|
-
* Don't try to trim non-string parameter values.
|
|
1460
|
-
* Use js injection click fallback for non-intractable elements.
|
|
1461
|
-
|
|
1462
|
-
## v0.35.2 (2018-11-27)
|
|
1463
|
-
* Remove extra whitespace characters from parameters loaded from xlsx.
|
|
1464
|
-
|
|
1465
|
-
## v0.35.1 (2018-11-26)
|
|
1466
|
-
* Better error message when Android device is not found.
|
|
1467
|
-
* Fix crash under rare circumstances.
|
|
1468
|
-
|
|
1469
|
-
## v0.35.0 (2018-11-23)
|
|
1470
|
-
* **[Breaking change]** Rename `mob.isDisplayed` to `mob.isVisible`.
|
|
1471
|
-
* Fix `mob.is*` behavior when element not found.
|
|
1472
|
-
* Better error messages for Selenium and Appium init failures.
|
|
1473
|
-
* Better error messages on text mismatch for `web.waitForText` and `web.waitForValue`.
|
|
1474
|
-
* Fix test time being reported in utc instead of local time in reports.
|
|
1475
|
-
* Documentation updates.
|
|
1476
|
-
|
|
1477
|
-
## v0.34.4 (2018-11-19)
|
|
1478
|
-
* Fix debugger.
|
|
1479
|
-
|
|
1480
|
-
## v0.34.2 (2018-11-12)
|
|
1481
|
-
* Bump dependencies (adds support Node 9 and 10)
|
|
1482
|
-
|
|
1483
|
-
## v0.34.1 (2018-11-06)
|
|
1484
|
-
* Fix invalid error being reported under certain conditions.
|
|
1485
|
-
|
|
1486
|
-
## v0.34.0 (2018-11-06)
|
|
1487
|
-
* Add `db.executeQuery`.
|
|
1488
|
-
* Fix crash on Linux/OSX if odbc binaries are not installed.
|
|
1489
|
-
* Fix incorrect error type returned in certain situations.
|
|
1490
|
-
* Fix error line number not shown for certain errors.
|
|
1491
|
-
* Bump webdriverio.
|
|
1492
|
-
|
|
1493
|
-
## v0.33.0 (2018-10-24)
|
|
1494
|
-
* **[Breaking change]** Rename `web.waitForElementPresent` to `web.waitForExist`.
|
|
1495
|
-
* **[Breaking change]** Rename `web.isElementPresent` to `web.isExist`.
|
|
1496
|
-
* **[Breaking change]** Rename `web.isElementVisible` to `web.isVisible`.
|
|
1497
|
-
* **[Breaking change]** Rename `web.assertElementPresent` to `web.assertExist`.
|
|
1498
|
-
* **[Breaking change]** Rename `web.executeScript` to `web.execute`.
|
|
1499
|
-
* **[Breaking change]** Rename `web.getPageSource` to `web.getSource`.
|
|
1500
|
-
* **[Breaking change]** Rename `mob.waitForElement` to `mob.waitForExist`.
|
|
1501
|
-
* **[Breaking change]** Rename `mob.setValue` to `mob.type`.
|
|
1502
|
-
* **[Breaking change]** Remove empty string locator from `web.selectWindow`.
|
|
1503
|
-
* **[Breaking change]** Change `web.selectFrame` behavior:
|
|
1504
|
-
* Multiple locators can be passed as arguments now instead of separating the frame XPathes with
|
|
1505
|
-
`';;'`
|
|
1506
|
-
* `"relative=parent"` changed to "parent"
|
|
1507
|
-
* `"relative=top"` changed to "top"
|
|
1508
|
-
* `"index=x"` changed to x (passed as a number)
|
|
1509
|
-
* **[Breaking change]** Add `mob.setAutoWait`.
|
|
1510
|
-
* Add `web.setAutoWait`.
|
|
1511
|
-
* Add X offset support in `web.scrollToElement`.
|
|
1512
|
-
* Improved error handling for situations when invalid arguments are passed to methods.
|
|
1513
|
-
* Fix documentation.
|
|
1514
|
-
* Error code names changes:
|
|
1515
|
-
* ASSERT -> ASSERT_ERROR
|
|
1516
|
-
* VERIFY -> VERIFY_ERROR
|
|
1517
|
-
* NO_SUCH_ELEMENT -> ELEMENT_NOT_FOUND
|
|
1518
|
-
* NO_SUCH_FRAME -> FRAME_NOT_FOUND
|
|
1519
|
-
* UNKNOWN_COMMAND -> UNKNOWN_COMMAND_ERROR
|
|
1520
|
-
* NO_SUCH_WINDOW -> WINDOW_NOT_FOUND
|
|
1521
|
-
* APPIUM_SERVER_UNREACHABLE -> APPIUM_UNREACHABLE_ERROR
|
|
1522
|
-
* SELENIUM_SERVER_UNREACHABLE SELENIUM_UNREACHABLE_ERROR
|
|
1523
|
-
* NOT_IMPLEMENTED -> NOT_IMPLEMENTED_ERROR
|
|
1524
|
-
* DB_CONNECTION -> DB_CONNECTION_ERROR
|
|
1525
|
-
* DB_QUERY -> DB_QUERY_ERROR
|
|
1526
|
-
* SOAP -> SOAP_ERROR
|
|
1527
|
-
* Do not try to invoke web.clickHidden from web.click when element not found.
|
|
1528
|
-
* Fix hang when calling method on a uninitialized module.
|
|
1529
|
-
* Fix hidden click fallback in `web.click`.
|
|
1530
|
-
* Fix `web.type` not clearing the previous value.
|
|
1531
|
-
* `web.selectWindow` will automatically wait for window to appear when using `title` locator.
|
|
1532
|
-
* Add optional `notOlderThan` argument to `twilio.getLastSms`.
|
|
1533
|
-
* Fixed `transaction` not working if specified before `init`.
|
|
1534
|
-
|
|
1535
|
-
## v0.32.0 (2018-08-09)
|
|
1536
|
-
* Fix `web.isAlertPresent`.
|
|
1537
|
-
* Add `mob.clickMultipleTimes`.
|
|
1538
|
-
* Fix int handling in `assert.equal`
|
|
1539
|
-
* Perform Javascript injection click if regular click fails in `web.click`
|
|
1540
|
-
* Reimplemented `mob.clickLong` using a different method to support iOS 11.4.
|
|
1541
|
-
* Fix bug with skipping second record in CSV file.
|
|
1542
|
-
* Add `http.getResponseHeaders`.
|
|
1543
|
-
* Fix hang in `twilio.getLastSms`.
|
|
1544
|
-
* Add support for script arguments in `web.executeScript`.
|
|
1545
|
-
* Improve logging.
|
|
1546
|
-
* Drop `verify` module.
|
|
1547
|
-
* Bump dependencies.
|
|
1548
|
-
|
|
1549
|
-
## v0.31.1 (2018-06-01)
|
|
1550
|
-
* Fix `mob.getCaps` for suites.
|
|
1551
|
-
* Bump default swipe speed for `mob.swipe` to 30.
|
|
1552
|
-
* Fix `mob.execute`.
|
|
1553
|
-
* Fix `email` module to read last email instead of the first.
|
|
1554
|
-
* Bump dependencies.
|
|
1555
|
-
|
|
1556
|
-
## v0.31.0 (2018-05-16)
|
|
1557
|
-
* Add `web.getUrl` command.
|
|
1558
|
-
* Change `web.assertText` and `web.assertValue` commands behavior to pass text or value assertions of hidden elements.
|
|
1559
|
-
|
|
1560
|
-
## v0.30.2 (2018-05-16)
|
|
1561
|
-
* Revised handling of 'require' calls from Oxygen script.
|
|
1562
|
-
|
|
1563
|
-
## v0.30.1 (2018-05-16)
|
|
1564
|
-
* Various `twilio` module fixes.
|
|
1565
|
-
* Various `email` module fixes.
|
|
1566
|
-
|
|
1567
|
-
## v0.30.0 (2018-05-15)
|
|
1568
|
-
* Add support for referencing global node modules with `require`.
|
|
1569
|
-
* Add `require.allow` option to control if `require` usage is allowed within the script.
|
|
1570
|
-
* Add `opt.autoReport` flag to test script - allow to turn on/off auto-reporting steps.
|
|
1571
|
-
* Add preliminary implementation of `twilio` module.
|
|
1572
|
-
* Add preliminary implementation of `email` module.
|
|
1573
|
-
|
|
1574
|
-
## v0.29.0 (2018-04-22)
|
|
1575
|
-
* Add `mob.getValue`.
|
|
1576
|
-
* Fix `mob.getText`.
|
|
1577
|
-
* Allow to use `require` with global modules inside test scripts.
|
|
1578
|
-
* Use window size instead of viewport in `web.setWindowSize`
|
|
1579
|
-
* Add `customStep` method.
|
|
1580
|
-
* Add support for `continueOnError` option.
|
|
1581
|
-
* Fix `mob` module re-initialization when `reopenSession` is specified.
|
|
1582
|
-
|
|
1583
|
-
## v0.28.0 (2018-03-16)
|
|
1584
|
-
* Add --delay switch for delaying command execution.
|
|
1585
|
-
* Add `web.waitForNotExist`.
|
|
1586
|
-
* Throw NO_SUCH_ELEMENT from `web.waitForVisible` if element doesn't exist.
|
|
1587
|
-
* Deprecate `web.waitForElementPresent`.
|
|
1588
|
-
* Throw LOCATOR_MATCHES_MULTIPLE_ELEMENTS from `web.gettAttribute` and `web.getText` if the locator matches multiple elements.
|
|
1589
|
-
* Add `mob.selectFrame`.
|
|
1590
|
-
* Fix context and init method capabilities merging.
|
|
1591
|
-
* Bump dependencies.
|
|
1592
|
-
|
|
1593
|
-
## v0.27.0 (2018-02-27)
|
|
1594
|
-
* Add `mob.clickLong`.
|
|
1595
|
-
* Don't check for element visibility in `web.select`.
|
|
1596
|
-
|
|
1597
|
-
## v0.26.1 (2018-02-14)
|
|
1598
|
-
* Fix parameters reading.
|
|
1599
|
-
|
|
1600
|
-
## v0.26.0 (2018-02-08)
|
|
1601
|
-
* Add `mob.enableNetwork`.
|
|
1602
|
-
* Fix `mob.swipe` and `mob.dragAndDrop` docs.
|
|
1603
|
-
* Bump dependencies.
|
|
1604
|
-
|
|
1605
|
-
## v0.25.0 (2018-01-21)
|
|
1606
|
-
* Remove '-m' switch.
|
|
1607
|
-
* Add support for accessibility id locators on Android.
|
|
1608
|
-
* [Breaking change] Use ~ for accessibility id locators on iOS instead of "id=" prefix.
|
|
1609
|
-
* Make driver instance accessible from user level scripts.
|
|
1610
|
-
* Add support for external debuggers.
|
|
1611
|
-
|
|
1612
|
-
## v0.24.1 (2017-12-25)
|
|
1613
|
-
* Emit iteration-end event.
|
|
1614
|
-
|
|
1615
|
-
## v0.24.0 (2017-12-25)
|
|
1616
|
-
* Add `mob.alertAccept`.
|
|
1617
|
-
* Fix accessibility id locator strategy for native iOS applications.
|
|
1618
|
-
* Documentation fixes.
|
|
1619
|
-
|
|
1620
|
-
## v0.23.0 (2017-12-16)
|
|
1621
|
-
* [Breaking change] Require explicit web module initialization with `web.init`.
|
|
1622
|
-
* Add `mob.unlockPattern`.
|
|
1623
|
-
* A more reliable `web.waitFor*` implementation.
|
|
1624
|
-
* Add preliminary support for JUnit reports.
|
|
1625
|
-
* Fix suites execution stopping on the first fatal error.
|
|
1626
|
-
* Fix status code handling in `http` module.
|
|
1627
|
-
* Add support for native android id locators without package prefix.
|
|
1628
|
-
* Trim and collapse white space for `web.getAttribute`, `getCssValue`, `getText` return values.
|
|
1629
|
-
* Collapse whitespace in patterns.
|
|
1630
|
-
* Add preliminary `date` module implementation.
|
|
1631
|
-
* webdriverio@4.9.9
|
|
1632
|
-
|
|
1633
|
-
## v0.22.0 (2017-11-11)
|
|
1634
|
-
* Fix time formatting in reports.
|
|
1635
|
-
* Fix reliability issues with `web.waitForWindow`.
|
|
1636
|
-
* Add `mob.smsClickLink`.
|
|
1637
|
-
* Change `mob.getSmsText` to `mob.smsGetText`.
|
|
1638
|
-
|
|
1639
|
-
## v0.21.0 (2017-10-30)
|
|
1640
|
-
* Add `serial.write` and `serial.getBuffer`.
|
|
1641
|
-
* `mob.getSmsText` now uses android-smspopup application (see documentation) instead of SMSPopup from Play Store and accepts optional `wait` argument.
|
|
1642
|
-
* Add `mob.isExist`.
|
|
1643
|
-
* Fix regex pattern matching not performing the matching globally.
|
|
1644
|
-
|
|
1645
|
-
## v0.20.0 (2017-10-23)
|
|
1646
|
-
* Fixed certain errors being ignored.
|
|
1647
|
-
* Add `serial` module.
|
|
1648
|
-
* Add `http` module.
|
|
1649
|
-
* Add `mob.getLcoation`
|
|
1650
|
-
* Fixed empty pattern matching in `web` module.
|
|
1651
|
-
* Fixed `web.selectWindow` and `web.waitForWindow` failing if there is no currently active window.
|
|
1652
|
-
* Fixed `name` locator handling in `web` module.
|
|
1653
|
-
|
|
1654
|
-
## v0.19.6 (2017-10-17)
|
|
1655
|
-
* Return attribute only for the first matching element in web.getAttribute.
|
|
1656
|
-
* Fix glob pattern matching in multi line text.
|
|
1657
|
-
|
|
1658
|
-
## v0.19.5 (2017-10-16)
|
|
1659
|
-
* Return boolean instead of string from mob.is* commands.
|
|
1660
|
-
|
|
1661
|
-
## v0.19.4 (2017-10-15)
|
|
1662
|
-
* Fix mob.scrollIntoElement
|
|
1663
|
-
|
|
1664
|
-
## v0.19.2 (2017-10-12)
|
|
1665
|
-
* Use local time instead of UTC in reports.
|
|
1666
|
-
|
|
1667
|
-
## v0.19.0 (2017-10-11)
|
|
1668
|
-
* Add mob.isCheckable, mob.isChecked, mob.isClickable, mob.isSelected
|
|
1669
|
-
* mob.scroll command renamed to mob.dragAndDrop
|
|
1670
|
-
* Fix web.type failing if passed value is not a string.
|
|
1671
|
-
* Fix handling of parameters with underscore in the name.
|
|
1672
|
-
* Update dependencies.
|
|
1673
|
-
|
|
1674
|
-
## v0.18.2 (2017-10-01)
|
|
1675
|
-
* Fix error types generated on waitForExist and and waitForVisible.
|
|
1676
|
-
|
|
1677
|
-
## v0.18.0 (2017-09-29)
|
|
1678
|
-
* `web`, `soap`, and `db` modules, previously implemented in C#, have been reimplemented in Node.js. This provides a number of significant benefits - faster test initialization, removes the need for version matching between Oxygen and Selenium servers, solves a number of issues on Linux/OS X related to Mono version incompatibility, allows using `soap` and `db` along with the `mob` module, and provides more flexibility in module's development.
|
|
1679
|
-
|
|
1680
|
-
Note that .NET/Mono is still required if you wish to generate HTML or PDF reports.
|
|
1681
|
-
In addition, `db` module now requires `unixODBC` libraries to be installed. See README. If `unixODBC` is not available the module won't be installed.
|
|
1682
|
-
|
|
1683
|
-
Module specific changes are as follows:
|
|
1684
|
-
|
|
1685
|
-
__`soap`__
|
|
1686
|
-
*Removed*
|
|
1687
|
-
`get12` - Removed in favor of the new `soap.get` method.
|
|
1688
|
-
*Changed*
|
|
1689
|
-
`get` - Signature changed to accept WSDL URL, method name, and any complex objects as service arguments. Unlike prior implementation this method will return object instead of a JSON serialization.
|
|
1690
|
-
*Added*
|
|
1691
|
-
`describe`
|
|
1692
|
-
|
|
1693
|
-
__`web`__
|
|
1694
|
-
*Removed*
|
|
1695
|
-
`setBaseUrl`, `quit`, `getXMLPageSourceAsJSON`
|
|
1696
|
-
*Changed*
|
|
1697
|
-
[`waitForWindow`, `waitForValue`, `waitForText`, `waitForNotValuec`, `waitForNotValue`, `waitForElementPresent`,
|
|
1698
|
-
`assertValue`, `assertElementPresent`, `assertAlert`, `assertSelectedValue`, `assertSelectedLabel`] - Now accept timeout as and optional argument.
|
|
1699
|
-
`type` - Support for `${KEY_}` key codes has been removed in favor of Unicode characters.
|
|
1700
|
-
`point` - Accepts two optional arguments xoffset and yoffset.
|
|
1701
|
-
`getWindowHandles` - Return type changed to String[].
|
|
1702
|
-
`getElementCount` - Accepts any of supported locators in addition to XPath.
|
|
1703
|
-
`getElementCount` - Return type changed to Object.
|
|
1704
|
-
|
|
1705
|
-
__`eyes`__
|
|
1706
|
-
Temporary removed pending rewrite.
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
* Updated dependencies.
|
|
1710
|
-
|
|
1711
|
-
## v0.17.0 (2017-09-17)
|
|
1712
|
-
* Fix iteration collapsing not working in HTML reports when having more than one iteration.
|
|
1713
|
-
* Improve HTML reports.
|
|
1714
|
-
* Add PDF reporter (--rf=pdf switch).
|
|
1715
|
-
* Fix oxygen bin not launching on OSX and Linux.
|
|
1716
|
-
* Fix random parameters mode.
|
|
1717
|
-
|
|
1718
|
-
## v0.16.0 (2017-09-02)
|
|
1719
|
-
* Add web.getCssValue command.
|
|
1720
|
-
|
|
1721
|
-
## v0.15.0 (2017-08-21)
|
|
1722
|
-
* Add mob.tap command.
|
|
1723
|
-
|
|
1724
|
-
## v0.14.1 (2017-08-14)
|
|
1725
|
-
* Make log.* commands generate proper output in html reports.
|
|
1726
|
-
* Remove log.fatal command.
|
|
1727
|
-
|
|
1728
|
-
## v0.14.0 (2017-08-05)
|
|
1729
|
-
* Additional mobile locators: desc-contains, text-contains, scrollable, link-contains.
|
|
1730
|
-
* Fix not being able to use transactions when running web tests with multiple iterations.
|
|
1731
|
-
* Add ability to run mobile tests against remote hubs.
|
|
1732
|
-
|
|
1733
|
-
## v0.13.3 (2017-07-31)
|
|
1734
|
-
* Fix number of issues with Excel reports generation.
|
|
1735
|
-
* Fix report generation when --pm=all option is used.
|
|
1736
|
-
* Don't generate unnecessary XML report when using the --rf=html option.
|
|
1737
|
-
|
|
1738
|
-
## v0.13.2 (2017-07-28)
|
|
1739
|
-
* Fix global installation.
|
|
1740
|
-
|
|
1741
|
-
## v0.13.1 (2017-07-28)
|
|
1742
|
-
* Initial release published to npm registry.
|
|
1
|
+
# CHANGELOG
|
|
2
|
+
|
|
3
|
+
## v1.40.1 (2025-06-06)
|
|
4
|
+
|
|
5
|
+
#### :beetle: Bug Fix
|
|
6
|
+
* Increase RP request timeout.
|
|
7
|
+
* Handle RP exceptions.
|
|
8
|
+
|
|
9
|
+
## v1.40.0 (2025-05-27)
|
|
10
|
+
|
|
11
|
+
#### :beetle: Bug Fix
|
|
12
|
+
* Fix RP reporting for parallel tests.
|
|
13
|
+
|
|
14
|
+
## v1.39.4 (2025-05-19)
|
|
15
|
+
|
|
16
|
+
#### :beetle: Bug Fix
|
|
17
|
+
* Record failure details for all errors.
|
|
18
|
+
* Do not categorize 'Timed out receiving message from renderer' as a session timeout error.
|
|
19
|
+
|
|
20
|
+
#### :house: Internal
|
|
21
|
+
* Various RP reporting fixes.
|
|
22
|
+
|
|
23
|
+
## v1.39.3 (2025-05-06)
|
|
24
|
+
|
|
25
|
+
#### :nail_care: Polish
|
|
26
|
+
* Handle mobile element not found errors.
|
|
27
|
+
|
|
28
|
+
#### :house: Internal
|
|
29
|
+
* Various RP reporting fixes.
|
|
30
|
+
|
|
31
|
+
## v1.39.2 (2025-05-05)
|
|
32
|
+
|
|
33
|
+
#### :house: Internal
|
|
34
|
+
* Update RP dependency.
|
|
35
|
+
* Add missing error handlers.
|
|
36
|
+
|
|
37
|
+
## v1.39.1 (2025-04-30)
|
|
38
|
+
|
|
39
|
+
#### :beetle: Bug Fix
|
|
40
|
+
* Fix HTTP request information being recorded under wrong step sometimes.
|
|
41
|
+
|
|
42
|
+
## v1.39.0 (2025-04-23)
|
|
43
|
+
|
|
44
|
+
#### :beetle: Bug Fix
|
|
45
|
+
* Report proper step hierarchy to RP.
|
|
46
|
+
* Do not report unnecessary logs to RP.
|
|
47
|
+
* Fix test re-run executing incorrect number of times.
|
|
48
|
+
|
|
49
|
+
## v1.38.0 (2025-02-04)
|
|
50
|
+
|
|
51
|
+
#### :tada: New Feature
|
|
52
|
+
* Add support for reporting to ReportPortal.
|
|
53
|
+
|
|
54
|
+
#### :house: Internal
|
|
55
|
+
* Make autoSearch true to test case related CSV file will be automatically discovered.
|
|
56
|
+
* Add support for Visual Studio Code Oxygen extension.
|
|
57
|
+
|
|
58
|
+
## v1.37.8 (2025-03-03)
|
|
59
|
+
|
|
60
|
+
#### :beetle: Bug Fix
|
|
61
|
+
* Do not try to fetch BrowserStack URL for non BrowserStack tests.
|
|
62
|
+
|
|
63
|
+
## v1.37.7 (2025-02-18)
|
|
64
|
+
|
|
65
|
+
#### :nail_care: Polish
|
|
66
|
+
* Make bstack options copying more generic.
|
|
67
|
+
|
|
68
|
+
## v1.37.6 (2025-01-08)
|
|
69
|
+
|
|
70
|
+
#### :beetle: Bug Fix
|
|
71
|
+
* Fix pass through of the `bstack:localIdentifier` capability.
|
|
72
|
+
|
|
73
|
+
## v1.37.5 (2025-01-07)
|
|
74
|
+
|
|
75
|
+
#### :beetle: Bug Fix
|
|
76
|
+
* Fix test status not being set for BrowserStack tests.
|
|
77
|
+
|
|
78
|
+
#### :house: Internal
|
|
79
|
+
* Store BrowserStack result url in test result.
|
|
80
|
+
|
|
81
|
+
## v1.37.4 (2024-12-24)
|
|
82
|
+
|
|
83
|
+
#### :beetle: Bug Fix
|
|
84
|
+
* Fix suite execution not working properly on BrowserStack.
|
|
85
|
+
|
|
86
|
+
## v1.37.3 (2024-12-19)
|
|
87
|
+
|
|
88
|
+
#### :beetle: Bug Fix
|
|
89
|
+
* Properly pass BrowserStack capabilities.
|
|
90
|
+
|
|
91
|
+
## v1.37.2 (2024-12-04)
|
|
92
|
+
|
|
93
|
+
#### :beetle: Bug Fix
|
|
94
|
+
* Produce proper error when trying to add non existent file with `ox.addAttachment`.
|
|
95
|
+
|
|
96
|
+
#### :house: Internal
|
|
97
|
+
* Handle re-run delay and re-run count.
|
|
98
|
+
|
|
99
|
+
## v1.37.1 (2024-09-12)
|
|
100
|
+
|
|
101
|
+
#### :house: Internal
|
|
102
|
+
* Revert odbc.
|
|
103
|
+
|
|
104
|
+
## v1.37.0 (2024-09-12)
|
|
105
|
+
|
|
106
|
+
#### :tada: New Feature
|
|
107
|
+
* Add `soap.authClientSSL` and `soap.authClientSSLPFX`.
|
|
108
|
+
|
|
109
|
+
#### :house: Internal
|
|
110
|
+
* Bump odbc.
|
|
111
|
+
|
|
112
|
+
## v1.36.0 (2024-08-19)
|
|
113
|
+
|
|
114
|
+
#### :beetle: Bug Fix
|
|
115
|
+
* Fix crash when wdio element command fails from within a user script.
|
|
116
|
+
* Fix crash when re-running failed tests.
|
|
117
|
+
|
|
118
|
+
## v1.35.2 (2024-07-30)
|
|
119
|
+
|
|
120
|
+
#### :beetle: Bug Fix
|
|
121
|
+
* Fix invalid transaction hierarchy in results when using hooks.
|
|
122
|
+
|
|
123
|
+
## v1.35.0 (2024-06-18)
|
|
124
|
+
|
|
125
|
+
#### :tada: New Feature
|
|
126
|
+
* Add support for sending emails with `email` module.
|
|
127
|
+
|
|
128
|
+
## v1.34.1 (2024-06-10)
|
|
129
|
+
|
|
130
|
+
#### :house: Internal
|
|
131
|
+
* Downgrade wdio for node 12 compatibility in IDE.
|
|
132
|
+
|
|
133
|
+
## v1.34.0 (2024-06-07)
|
|
134
|
+
|
|
135
|
+
#### :tada: New Feature
|
|
136
|
+
* Add NTLM authentication support to `http` module.
|
|
137
|
+
|
|
138
|
+
## v1.33.6 (2024-06-06)
|
|
139
|
+
|
|
140
|
+
#### :house: Internal
|
|
141
|
+
* Limit transaction name to 512 characters.
|
|
142
|
+
|
|
143
|
+
## v1.33.5 (2024-05-29)
|
|
144
|
+
|
|
145
|
+
#### :beetle: Bug Fix
|
|
146
|
+
* Fix `web.waitForAngular` when running inside an iframe.
|
|
147
|
+
|
|
148
|
+
## v1.33.4 (2024-05-10)
|
|
149
|
+
|
|
150
|
+
#### :beetle: Bug Fix
|
|
151
|
+
* Fix incorrect processing of parameters.
|
|
152
|
+
* Better handle situations when taking screenshots fails.
|
|
153
|
+
|
|
154
|
+
#### :house: Internal
|
|
155
|
+
* Bump webdriverio dependencies.
|
|
156
|
+
|
|
157
|
+
## v1.33.2 (2024-05-24)
|
|
158
|
+
|
|
159
|
+
#### :house: Internal
|
|
160
|
+
* Downgrade chrome-har version for node 12 compatibility.
|
|
161
|
+
|
|
162
|
+
## v1.33.1 (2024-03-20)
|
|
163
|
+
|
|
164
|
+
#### :beetle: Bug Fix
|
|
165
|
+
* Properly handle non-string message argument in `assert.fail` and `assert.pass`.
|
|
166
|
+
|
|
167
|
+
## v1.33.0 (2024-03-11)
|
|
168
|
+
|
|
169
|
+
#### :tada: New Feature
|
|
170
|
+
* Add soft-wait mode for `web.waitForAngular`.
|
|
171
|
+
* Add support for reporting request/response related information in HTTP module.
|
|
172
|
+
|
|
173
|
+
#### :beetle: Bug Fix
|
|
174
|
+
* Fix timeout processing in `web.waitForAngular`.
|
|
175
|
+
|
|
176
|
+
#### :beetle: Bug Fix
|
|
177
|
+
* Handle internal `recordVideo` flag in web module.
|
|
178
|
+
* Bump dependencies.
|
|
179
|
+
|
|
180
|
+
## v1.32.1 (2024-03-01)
|
|
181
|
+
|
|
182
|
+
#### :nail_care: Polish
|
|
183
|
+
* Process "javascript error" errors.
|
|
184
|
+
* Process "still not clickable after" errors.
|
|
185
|
+
|
|
186
|
+
#### :house: Internal
|
|
187
|
+
* Bump dependencies.
|
|
188
|
+
|
|
189
|
+
## v1.32.0 (2023-12-15)
|
|
190
|
+
|
|
191
|
+
#### :tada: New Feature
|
|
192
|
+
* Add `web.mockClearAll` and `web.mockRestoreAll`.
|
|
193
|
+
|
|
194
|
+
## v1.31.0 (2023-12-08)
|
|
195
|
+
|
|
196
|
+
#### :tada: New Feature
|
|
197
|
+
* Allow to capture and attach test video to test results if running against a Selenoid hub.
|
|
198
|
+
* Add `web.mock` method allowing to mock network responses.
|
|
199
|
+
|
|
200
|
+
#### :nail_care: Polish
|
|
201
|
+
* Minor improvements to API documentation.
|
|
202
|
+
|
|
203
|
+
#### :beetle: Bug Fix
|
|
204
|
+
* Mark transaction as warning if one of steps has warning status.
|
|
205
|
+
|
|
206
|
+
## v1.30.3 (2023-09-01)
|
|
207
|
+
|
|
208
|
+
#### :beetle: Bug Fix
|
|
209
|
+
* Fix broken `--rf` switch.
|
|
210
|
+
|
|
211
|
+
#### :nail_care: Polish
|
|
212
|
+
* Do not wrap strings logged with `log.*` commands in double quotes.
|
|
213
|
+
|
|
214
|
+
## v1.30.2 (2023-08-31)
|
|
215
|
+
|
|
216
|
+
#### :beetle: Bug Fix
|
|
217
|
+
* Fix parallel case execution inside suites.
|
|
218
|
+
|
|
219
|
+
## v1.30.1 (2023-08-29)
|
|
220
|
+
|
|
221
|
+
#### :beetle: Bug Fix
|
|
222
|
+
* Fix step's Warning status not being properly processed.
|
|
223
|
+
* Improve the way test result status for suites with Skipped and Warning statuses is determined.
|
|
224
|
+
|
|
225
|
+
## v1.30.0 (2023-08-15)
|
|
226
|
+
|
|
227
|
+
#### :tada: New Feature
|
|
228
|
+
* Add `utils.transaction` command.
|
|
229
|
+
|
|
230
|
+
## v1.29.1 (2023-07-26)
|
|
231
|
+
|
|
232
|
+
#### :beetle: Bug Fix
|
|
233
|
+
* Invalid chrome-remote-interface require.
|
|
234
|
+
|
|
235
|
+
## v1.29.0 (2023-07-26)
|
|
236
|
+
|
|
237
|
+
#### :tada: New Feature
|
|
238
|
+
* Add `web.verify*` commands.
|
|
239
|
+
|
|
240
|
+
#### :house: Internal
|
|
241
|
+
* Bump dependencies.
|
|
242
|
+
|
|
243
|
+
## v1.28.0 (2023-07-14)
|
|
244
|
+
|
|
245
|
+
#### :tada: New Feature
|
|
246
|
+
* Add support for parallel execution of cases inside a suite.
|
|
247
|
+
* Expose `attributes` object to Oxygen scripts.
|
|
248
|
+
|
|
249
|
+
#### :beetle: Bug Fix
|
|
250
|
+
* `clearDeviceLogsOnStart` capability not working properly.
|
|
251
|
+
* Make sure to set test status to warning if one of the step's status is warning.
|
|
252
|
+
* Generate HTML report by default when running tests from Oxygen CLI.
|
|
253
|
+
* EventEmitter memory leak.
|
|
254
|
+
* Do not crash on invalid arguments to `transaction` commands.
|
|
255
|
+
|
|
256
|
+
#### :house: Internal
|
|
257
|
+
* Bump dependencies.
|
|
258
|
+
|
|
259
|
+
## v1.27.5 (2023-04-14)
|
|
260
|
+
|
|
261
|
+
#### :tada: New Feature
|
|
262
|
+
* Allow "web" module to run Appium-based tests.
|
|
263
|
+
|
|
264
|
+
#### :house: Internal
|
|
265
|
+
* Bump dependencies.
|
|
266
|
+
|
|
267
|
+
## v1.27.4 (2023-02-23)
|
|
268
|
+
|
|
269
|
+
#### :tada: New Feature
|
|
270
|
+
* Add types to Oxygen module to allow auto completion in popular IDEs.
|
|
271
|
+
|
|
272
|
+
#### :beetle: Bug Fix
|
|
273
|
+
* Issue with multi iterations debugging.
|
|
274
|
+
* Fix issue with re-run failed tests mechanism.
|
|
275
|
+
|
|
276
|
+
#### :house: Internal
|
|
277
|
+
* Bump dependencies.
|
|
278
|
+
|
|
279
|
+
## v1.27.2 (2023-02-09)
|
|
280
|
+
|
|
281
|
+
#### :beetle: Bug Fix
|
|
282
|
+
* Browser windows were terminated instead of remaining open on failed tests in Oxygen IDE.
|
|
283
|
+
|
|
284
|
+
#### :house: Internal
|
|
285
|
+
* Bump dependencies.
|
|
286
|
+
|
|
287
|
+
## v1.27.0 (2023-01-04)
|
|
288
|
+
|
|
289
|
+
#### :beetle: Bug Fix
|
|
290
|
+
* Restore node 12 compatibility.
|
|
291
|
+
|
|
292
|
+
#### :house: Internal
|
|
293
|
+
* Bump dependencies.
|
|
294
|
+
|
|
295
|
+
## v1.26.0 (2022-12-28)
|
|
296
|
+
|
|
297
|
+
#### :tada: New Feature
|
|
298
|
+
* Add `Add web.network.blockUrls`.
|
|
299
|
+
* Add `ox.addAttribute` function for adding custom test attributes to the test result.
|
|
300
|
+
|
|
301
|
+
## v1.25.0 (2022-12-22)
|
|
302
|
+
|
|
303
|
+
#### :beetle: Bug Fix
|
|
304
|
+
* Scripts with deeply nested `init` methods failed to execute in some situations when part of a Suite.
|
|
305
|
+
|
|
306
|
+
## v1.24.9 (2022-12-09)
|
|
307
|
+
|
|
308
|
+
#### :house: Internal
|
|
309
|
+
* Downgrade mailparser to support node 12.
|
|
310
|
+
|
|
311
|
+
## v1.24.8 (2022-12-09)
|
|
312
|
+
|
|
313
|
+
#### :beetle: Bug Fix
|
|
314
|
+
* Session not being dispossed for web tests.
|
|
315
|
+
|
|
316
|
+
#### :house: Internal
|
|
317
|
+
* Bump dependencies.
|
|
318
|
+
|
|
319
|
+
## v1.24.7 (2022-12-08)
|
|
320
|
+
|
|
321
|
+
#### :beetle: Bug Fix
|
|
322
|
+
* Fix assertions not working in `http` module for non 2xx/3xx return codes.
|
|
323
|
+
* Fix `soap` module not working.
|
|
324
|
+
* Throw `APPIUM_SESSION_TIMEOUT` instead of `SELENIUM_SESSION_TIMEOUT` for mobile tests.
|
|
325
|
+
|
|
326
|
+
#### :house: Internal
|
|
327
|
+
* Bump dependencies.
|
|
328
|
+
|
|
329
|
+
## v1.24.6 (2022-11-04)
|
|
330
|
+
|
|
331
|
+
#### :house: Internal
|
|
332
|
+
* Bump dependencies.
|
|
333
|
+
|
|
334
|
+
## v1.24.5 (2022-09-22)
|
|
335
|
+
|
|
336
|
+
#### :house: Internal
|
|
337
|
+
* Bump dependencies.
|
|
338
|
+
|
|
339
|
+
## v1.24.4 (2022-08-24)
|
|
340
|
+
|
|
341
|
+
#### :beetle: Bug Fix
|
|
342
|
+
* Fix value parsing in `web.waitFor*` commands (by Francois Wauquier).
|
|
343
|
+
* Fix issue with Applitools when API key is passed via "init" method.
|
|
344
|
+
|
|
345
|
+
#### :house: Internal
|
|
346
|
+
* Expose oxygen internal variables to debugger.
|
|
347
|
+
* Bump dependencies.
|
|
348
|
+
|
|
349
|
+
## v1.24.3 (2022-08-12)
|
|
350
|
+
|
|
351
|
+
#### :beetle: Bug Fix
|
|
352
|
+
* Additional fixes for MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
|
|
353
|
+
* Do not include browserName when bundleId is specified in mobile capabilities.
|
|
354
|
+
|
|
355
|
+
## v1.24.2 (2022-08-05)
|
|
356
|
+
|
|
357
|
+
#### :tada: New Feature
|
|
358
|
+
* Add `web.isInteractable`.
|
|
359
|
+
|
|
360
|
+
#### :beetle: Bug Fix
|
|
361
|
+
* Fixed MODULE_NOT_INITIALIZED error when running multiple tests which reference an external script containing `*.init` commands.
|
|
362
|
+
|
|
363
|
+
#### :house: Internal
|
|
364
|
+
* Bump dependencies.
|
|
365
|
+
|
|
366
|
+
## v1.24.1 (2022-07-29)
|
|
367
|
+
|
|
368
|
+
#### :beetle: Bug Fix
|
|
369
|
+
* Closing bracket indentation in `log.*` output.
|
|
370
|
+
* Handing of objects with circular references in `log.*` commands.
|
|
371
|
+
* `web.assertTextPresent` and `web.assertTextNotPresent` not properly restoring timeouts on exit.
|
|
372
|
+
|
|
373
|
+
#### :house: Internal
|
|
374
|
+
* Bump dependencies.
|
|
375
|
+
|
|
376
|
+
## v1.24.0 (2022-07-19)
|
|
377
|
+
|
|
378
|
+
#### :tada: New Feature
|
|
379
|
+
* Add `twilio.getLastSentApiSms` (by Akiva Brookler).
|
|
380
|
+
|
|
381
|
+
#### :house: Internal
|
|
382
|
+
* Bump dependencies.
|
|
383
|
+
|
|
384
|
+
## v1.23.2 (2022-06-17)
|
|
385
|
+
|
|
386
|
+
#### :beetle: Bug Fix
|
|
387
|
+
* Fix test execution on Perfecto Mobile.
|
|
388
|
+
|
|
389
|
+
## v1.23.0 (2022-06-15)
|
|
390
|
+
|
|
391
|
+
#### :tada: New Feature
|
|
392
|
+
* Add `db.callProcedure`.
|
|
393
|
+
|
|
394
|
+
#### :beetle: Bug Fix
|
|
395
|
+
* Fix test execution on Firefox.
|
|
396
|
+
* `http`: fix issue with "Cannot read property 'includes' of undefined" error when content-type header is missing in the response.
|
|
397
|
+
|
|
398
|
+
#### :house: Internal
|
|
399
|
+
* Bump dependencies.
|
|
400
|
+
|
|
401
|
+
## v1.22.1 (2022-04-28)
|
|
402
|
+
|
|
403
|
+
#### :beetle: Bug Fix
|
|
404
|
+
* Fix test execution on Firefox.
|
|
405
|
+
* Convert body to object in http.get when nessasry.
|
|
406
|
+
* Catch and ignore device logs retrieval issue, if cloud provider doesn't support this operation.
|
|
407
|
+
|
|
408
|
+
## v1.22.0 (2022-01-14)
|
|
409
|
+
|
|
410
|
+
#### :tada: New Feature
|
|
411
|
+
* Add `utils.xmlToJson`.
|
|
412
|
+
|
|
413
|
+
#### :beetle: Bug Fix
|
|
414
|
+
* Invalid line number printed for certain errors.
|
|
415
|
+
* Number of issues with BrowserStack integration.
|
|
416
|
+
* Number of issues with `shell` module.
|
|
417
|
+
|
|
418
|
+
#### :nail_care: Polish
|
|
419
|
+
* Documentation improvements.
|
|
420
|
+
* Increase `http` module's default response timeout from 30 to 60 seconds.
|
|
421
|
+
|
|
422
|
+
#### :house: Internal
|
|
423
|
+
* Bump dependencies.
|
|
424
|
+
|
|
425
|
+
## v1.21.0 (2022-01-17)
|
|
426
|
+
|
|
427
|
+
#### :boom: Breaking Change
|
|
428
|
+
* Previously deprecated `web.selectWindow` with no arguments has been removed.
|
|
429
|
+
|
|
430
|
+
#### :tada: New Feature
|
|
431
|
+
* `email` module: add support for base64 encoded body and option to download email attachments.
|
|
432
|
+
* Add `utils.dnsResolve`.
|
|
433
|
+
* Add `utils.readXlsx`.
|
|
434
|
+
* Add `web.maximizeWindow`, `web.minimizeWindow`, `web.fullscreenWindow`.
|
|
435
|
+
* Add `soap.getLastResponseHeaders`.
|
|
436
|
+
* `soap.get`: allow passing HTTP request headers.
|
|
437
|
+
|
|
438
|
+
#### :beetle: Bug Fix
|
|
439
|
+
* Fix `mob.sendKeys` argument validation.
|
|
440
|
+
* `web.setTimeout` not having any effect on `web.open`.
|
|
441
|
+
* `web.waitForNotExist` not working as expected.
|
|
442
|
+
* Fix memory leak in `db` module.
|
|
443
|
+
* `assert.equal` not working correctly when input strings consisted of digits.
|
|
444
|
+
|
|
445
|
+
#### :nail_care: Polish
|
|
446
|
+
* Documentation improvements.
|
|
447
|
+
|
|
448
|
+
#### :house: Internal
|
|
449
|
+
* Refactor everything for more asynchronicity.
|
|
450
|
+
* Use `got` instead of the no longer supported `request` for `http` module.
|
|
451
|
+
* Bump other dependencies.
|
|
452
|
+
|
|
453
|
+
## v1.20.2 (2021-09-05)
|
|
454
|
+
|
|
455
|
+
#### :beetle: Bug Fix
|
|
456
|
+
* Fix key usage in `utils.encrypt`.
|
|
457
|
+
|
|
458
|
+
## v1.20.1 (2021-08-06)
|
|
459
|
+
|
|
460
|
+
#### :beetle: Bug Fix
|
|
461
|
+
* Issue with test execution on Perfecto Mobile.
|
|
462
|
+
|
|
463
|
+
#### :nail_care: Polish
|
|
464
|
+
* Improve error handling in `utils.decrypt`.
|
|
465
|
+
|
|
466
|
+
## v1.20.0 (2021-08-04)
|
|
467
|
+
|
|
468
|
+
#### :boom: Breaking Change
|
|
469
|
+
* `web.isChecked` has been deprecated and will be removed in future versions. Use `web.isSelected` instead.
|
|
470
|
+
|
|
471
|
+
#### :tada: New Feature
|
|
472
|
+
* Support for NodeJS 14.
|
|
473
|
+
* Added `utils.readCsv` and `utils.writeCsv`.
|
|
474
|
+
* Allow filtering by source number in `twilio.getLastSms`.
|
|
475
|
+
* Added `utils.encrypt` and `utils.decrypt`.
|
|
476
|
+
* Added `web.waitForAngular` and `web.setAutoWaitForAngular`.
|
|
477
|
+
* Added `mob.selectWindow`, `mob.select`.
|
|
478
|
+
* Added `http.patch`.
|
|
479
|
+
|
|
480
|
+
#### :beetle: Bug Fix
|
|
481
|
+
* `web.isSelected` not working in certain situations.
|
|
482
|
+
* Index repeating transactions to prevent duplicate transaction names in results.
|
|
483
|
+
* Failure taking mobile screenshots in certain situations.
|
|
484
|
+
|
|
485
|
+
#### :nail_care: Polish
|
|
486
|
+
* Documentation improvements.
|
|
487
|
+
* Notify when `mob` command is being used in wrong mobile context.
|
|
488
|
+
* Improve error handling in `http` module.
|
|
489
|
+
|
|
490
|
+
#### :house: Internal
|
|
491
|
+
* Upgrade to WDIO v7 and bump other dependencies.
|
|
492
|
+
|
|
493
|
+
## v1.19.1 (2021-06-01)
|
|
494
|
+
|
|
495
|
+
#### :beetle: Bug Fix
|
|
496
|
+
* `http` and `utils` module not working when using multiple iteration.
|
|
497
|
+
|
|
498
|
+
#### :nail_care: Polish
|
|
499
|
+
* Do not invoke module disposal mechanism on dead sessions (which previously led to test finalization taking a few minutes in certain situations).
|
|
500
|
+
* Miscellaneous internal cleanups.
|
|
501
|
+
|
|
502
|
+
## v1.19.0 (2021-05-25)
|
|
503
|
+
|
|
504
|
+
#### :boom: Breaking Change
|
|
505
|
+
* `http` module will no longer throw on erroneous HTTP status codes, and will return the request/response details instead.
|
|
506
|
+
|
|
507
|
+
#### :tada: New Feature
|
|
508
|
+
* Add `web.network.waitForNotUrl`.
|
|
509
|
+
* Return `responseBody` and `requestPostData` in requests recorded with `web.network`.
|
|
510
|
+
* Add `web.newWindow`.
|
|
511
|
+
|
|
512
|
+
#### :beetle: Bug Fix
|
|
513
|
+
* PDF and XML reporter not working.
|
|
514
|
+
* `pdf.count` ignoring strings which appear multiple times on the same line.
|
|
515
|
+
* Ignore "ignored" steps in Cucumber.
|
|
516
|
+
* Make status argument in `web.dispose` and `mob.dispose` optional.
|
|
517
|
+
* Issue with converting Chai assertions to Oxygen errors.
|
|
518
|
+
* Various other fixes.
|
|
519
|
+
|
|
520
|
+
#### :nail_care: Polish
|
|
521
|
+
* Better error handling in debugger.
|
|
522
|
+
* Better error handling when parsing JSON/CSV/XLSX parameter files.
|
|
523
|
+
* Process "invalid selector" errors.
|
|
524
|
+
* Improved duration formatting in test reports.
|
|
525
|
+
* Add validation for timeout arguments and notify the user in case of invalid values.
|
|
526
|
+
* Removed redundant module disposal.
|
|
527
|
+
|
|
528
|
+
#### :house: Internal
|
|
529
|
+
* Bump dependencies.
|
|
530
|
+
* Support for REPL.
|
|
531
|
+
|
|
532
|
+
## v1.18.0 (2021-03-24)
|
|
533
|
+
|
|
534
|
+
#### :tada: New Feature
|
|
535
|
+
* Add `utils.pause`.
|
|
536
|
+
|
|
537
|
+
#### :beetle: Bug Fix
|
|
538
|
+
* `web.click`, `web.rightClick`, `web.doubleClick` not working on IE < 11.
|
|
539
|
+
|
|
540
|
+
#### :nail_care: Polish
|
|
541
|
+
* Print more details on `http` module failures.
|
|
542
|
+
* Documentation updates.
|
|
543
|
+
|
|
544
|
+
## v1.17.0 (2021-03-22)
|
|
545
|
+
|
|
546
|
+
#### :boom: Breaking Change
|
|
547
|
+
* `http` module has been rewritten to support more features. As a result some methods, their arguments, and return types were substantially changed. See API documentation for more details.
|
|
548
|
+
|
|
549
|
+
#### :tada: New Feature
|
|
550
|
+
* Add `soap.setProxy`.
|
|
551
|
+
* Add `autoDispose` setting to `oxygen.conf` to control whether to dispose modules automatically between test iterations.
|
|
552
|
+
|
|
553
|
+
#### :beetle: Bug Fix
|
|
554
|
+
* `web.click` and `web.clickHidden` not working on IE < 11.
|
|
555
|
+
* `web.fileBrowse` not working.
|
|
556
|
+
* Issue with hooks in Cucumber tests.
|
|
557
|
+
* Various other fixes.
|
|
558
|
+
|
|
559
|
+
#### :nail_care: Polish
|
|
560
|
+
* Process "element not interactable" errors.
|
|
561
|
+
|
|
562
|
+
#### :house: Internal
|
|
563
|
+
* Bump dependencies.
|
|
564
|
+
|
|
565
|
+
## v1.16.1 (2021-02-15)
|
|
566
|
+
|
|
567
|
+
#### :beetle: Bug Fix
|
|
568
|
+
* Issue with module disposal.
|
|
569
|
+
|
|
570
|
+
## v1.16.0 (2021-02-09)
|
|
571
|
+
|
|
572
|
+
#### :tada: New Feature
|
|
573
|
+
* New command `mob.longPressKeyCode`.
|
|
574
|
+
* New command `web.rightClickActions`
|
|
575
|
+
* Node module `proxy`.
|
|
576
|
+
|
|
577
|
+
#### :beetle: Bug Fix
|
|
578
|
+
* Error parsing in `db` module.
|
|
579
|
+
* Number of issues with session disposal.
|
|
580
|
+
|
|
581
|
+
## v1.15.0 (2021-01-16)
|
|
582
|
+
|
|
583
|
+
#### :tada: New Feature
|
|
584
|
+
* Added `*.waitForInteractable`.
|
|
585
|
+
|
|
586
|
+
#### :beetle: Bug Fix
|
|
587
|
+
* `web.switchToWindow` crashes when one of the windows closes mid-way.
|
|
588
|
+
* `web.switchToWindow` crashing in certain situations.
|
|
589
|
+
* Memory leak during test disposal.
|
|
590
|
+
* Various issues with `mob.scrollIntoElement`, `mob.swipe`, `mob.swipeElement`, `mob.swipeScreen`.
|
|
591
|
+
* Script errors not being processed.
|
|
592
|
+
* Handling of missing locator arguments in `mob` module.
|
|
593
|
+
|
|
594
|
+
#### :house: Internal
|
|
595
|
+
* Pass console output from child process to external libraries.
|
|
596
|
+
* Number of internal fixes.
|
|
597
|
+
* Bump dependencies.
|
|
598
|
+
|
|
599
|
+
## v1.14.3 (2020-11-27)
|
|
600
|
+
|
|
601
|
+
#### :beetle: Bug Fix
|
|
602
|
+
* Fix ChromeDriver cleanup on Linux.
|
|
603
|
+
|
|
604
|
+
#### :house: Internal
|
|
605
|
+
* Bump dependencies.
|
|
606
|
+
|
|
607
|
+
## v1.14.2 (2020-11-20)
|
|
608
|
+
|
|
609
|
+
#### :beetle: Bug Fix
|
|
610
|
+
* Regression in `web.clickHidden`.
|
|
611
|
+
* Invalid filename printed in error details for certain errors.
|
|
612
|
+
|
|
613
|
+
## v1.14.1 (2020-11-16)
|
|
614
|
+
|
|
615
|
+
#### :tada: New Feature
|
|
616
|
+
* Automatic retry on `STALE_ELEMENT_REFERENCE`.
|
|
617
|
+
|
|
618
|
+
#### :beetle: Bug Fix
|
|
619
|
+
* Fixed `*.findElements` to throw errors instead of returning an empty array for anything else except `ELEMENT_NOT_FOUND`.
|
|
620
|
+
|
|
621
|
+
#### :nail_care: Polish
|
|
622
|
+
* Process "module not found" errors.
|
|
623
|
+
* Process "window not found" errors.
|
|
624
|
+
* Process "The element with selector * you trying to pass into the execute method wasn't found" errors.
|
|
625
|
+
|
|
626
|
+
## v1.14.0 (2020-11-08)
|
|
627
|
+
|
|
628
|
+
#### :boom: Breaking Change
|
|
629
|
+
* `*.findElements` will return an empty array instead of failing when no elements are found.
|
|
630
|
+
|
|
631
|
+
#### :beetle: Bug Fix
|
|
632
|
+
* `win.selectWindow` not working with `title=` prefix.
|
|
633
|
+
* Test name not being set for tests executed on PerfectoMobile provider.
|
|
634
|
+
|
|
635
|
+
## v1.13.7 (2020-11-03)
|
|
636
|
+
|
|
637
|
+
#### :beetle: Bug Fix
|
|
638
|
+
* Fixed issue with stopping `mob` and `win` tests.
|
|
639
|
+
* Fixed issue with re-running failed tests.
|
|
640
|
+
|
|
641
|
+
#### :house: Internal
|
|
642
|
+
* Bump dependencies.
|
|
643
|
+
|
|
644
|
+
## v1.13.6 (2020-10-27)
|
|
645
|
+
|
|
646
|
+
#### :beetle: Bug Fix
|
|
647
|
+
* `onBeforeCase` and `onAfterCase` support in Cucumber tests.
|
|
648
|
+
* Fixed number of issues with Edge when using cloud providers.
|
|
649
|
+
|
|
650
|
+
#### :house: Internal
|
|
651
|
+
* Collect logs and HAR for Cucumber tests.
|
|
652
|
+
|
|
653
|
+
## v1.13.5 (2020-10-19)
|
|
654
|
+
|
|
655
|
+
#### :beetle: Bug Fix
|
|
656
|
+
* Fixed `web.sendKeys` throwing an error if currently active window is closed during the command execution.
|
|
657
|
+
* Fixed `web.click` and `web.clickHidden` to work in IE < 9 compatibility mode.
|
|
658
|
+
* RegExp arguments not properly displayed in reports.
|
|
659
|
+
|
|
660
|
+
#### :house: Internal
|
|
661
|
+
* Bump dependencies.
|
|
662
|
+
|
|
663
|
+
## v1.13.4 (2020-10-13)
|
|
664
|
+
|
|
665
|
+
#### :beetle: Bug Fix
|
|
666
|
+
* Fixed maximum call stack size exceeded issue (#102).
|
|
667
|
+
|
|
668
|
+
## v1.13.3 (2020-10-12)
|
|
669
|
+
|
|
670
|
+
#### :beetle: Bug Fix
|
|
671
|
+
* Add option to enable SNI in `email` module. This fixes issue with connection to Gmail.
|
|
672
|
+
|
|
673
|
+
## v1.13.2 (2020-10-08)
|
|
674
|
+
|
|
675
|
+
#### :house: Internal
|
|
676
|
+
* Fixed parameter handling when using re-run option.
|
|
677
|
+
|
|
678
|
+
## v1.13.1 (2020-10-08)
|
|
679
|
+
|
|
680
|
+
#### :house: Internal
|
|
681
|
+
* Added internal option for disabling screenshots on failure.
|
|
682
|
+
|
|
683
|
+
## v1.13.0 (2020-10-08)
|
|
684
|
+
|
|
685
|
+
#### :tada: New Feature
|
|
686
|
+
* Support for `beforeCommand` and `afterCommand` hooks.
|
|
687
|
+
|
|
688
|
+
#### :boom: Breaking Change
|
|
689
|
+
* `web.dispose` and `mob.dispose` now expects a mandatory status argument.
|
|
690
|
+
|
|
691
|
+
#### :beetle: Bug Fix
|
|
692
|
+
* `web.waitForVisible` was ignoring the timeout argument.
|
|
693
|
+
|
|
694
|
+
#### :nail_care: Polish
|
|
695
|
+
* Made CSV parsing errors more user friendly.
|
|
696
|
+
* Print more detailed failure information for Cucumber tests.
|
|
697
|
+
|
|
698
|
+
#### :house: Internal
|
|
699
|
+
* Added BrowserStack integration.
|
|
700
|
+
* Fixed issue with SauceLab session disposal.
|
|
701
|
+
* Fixed domContentLoadedEvent and loadEvent calculation.
|
|
702
|
+
* Added internal option to re-run failed tests.
|
|
703
|
+
* Updated WDIO to v6.6.0.
|
|
704
|
+
|
|
705
|
+
## v1.12.0 (2020-09-27)
|
|
706
|
+
|
|
707
|
+
#### :boom: Breaking Change
|
|
708
|
+
* Execute each Case using new browser session when executing Suites.
|
|
709
|
+
|
|
710
|
+
#### :beetle: Bug Fix
|
|
711
|
+
* Test initialization on Edge + BrowserStack.
|
|
712
|
+
* `web.getXMLPageSource` to work on Edge.
|
|
713
|
+
|
|
714
|
+
#### :nail_care: Polish
|
|
715
|
+
* Fail silently if click fails due to js injection error.
|
|
716
|
+
* Fallback to js click when ChromeDriver fails due to element being located in Shadow DOM.
|
|
717
|
+
|
|
718
|
+
#### :house: Internal
|
|
719
|
+
* Fixed an issue with performance timings not being recorded.
|
|
720
|
+
|
|
721
|
+
## v1.11.0 (2020-09-21)
|
|
722
|
+
|
|
723
|
+
#### :tada: New Feature
|
|
724
|
+
* Add `mob.assertAlert`.
|
|
725
|
+
* Add `mob.getBrowserLogs`.
|
|
726
|
+
|
|
727
|
+
#### :beetle: Bug Fix
|
|
728
|
+
* `timeout` argument being ignored in some commands.
|
|
729
|
+
* Number of issues in `alert` related commands.
|
|
730
|
+
|
|
731
|
+
#### :book: Documentation
|
|
732
|
+
* Add missing accessibility id locator to win docs.
|
|
733
|
+
|
|
734
|
+
#### :nail_care: Polish
|
|
735
|
+
* Make CSV parsing errors more user-friendly.
|
|
736
|
+
* Increase default 3000ms `waitFor*` timeout to 5000ms.
|
|
737
|
+
* Produce proper error if `web.pointJS` is not supported on IE.
|
|
738
|
+
* Throw a more detailed error when `web.clickHidden` is not supported on IE.
|
|
739
|
+
|
|
740
|
+
#### :house: Internal
|
|
741
|
+
* Fix performance stats not being fetched correctly.
|
|
742
|
+
* Fix logs retrieval.
|
|
743
|
+
* Code refactoring.
|
|
744
|
+
* Bump dependencies.
|
|
745
|
+
|
|
746
|
+
## v1.10.0 (2020-09-13)
|
|
747
|
+
|
|
748
|
+
#### :boom: Breaking Change
|
|
749
|
+
* Minimal supported node.js version 10.18.1.
|
|
750
|
+
|
|
751
|
+
#### :beetle: Bug Fix
|
|
752
|
+
* No error details shown for oxygen.po/conf/env.js errors.
|
|
753
|
+
* Filename not shown for certain script errors.
|
|
754
|
+
* Issue with `*.network` module re-initialization.
|
|
755
|
+
|
|
756
|
+
#### :nail_care: Polish
|
|
757
|
+
* Make transaction's duration an aggregate of all the underlying command durations.
|
|
758
|
+
|
|
759
|
+
## v1.9.0 (2020-09-09)
|
|
760
|
+
|
|
761
|
+
#### :boom: Breaking Change
|
|
762
|
+
* `soap.describe` returns object instead of a serialized representation.
|
|
763
|
+
|
|
764
|
+
#### :tada: New Feature
|
|
765
|
+
* Add `web.isChecked`.
|
|
766
|
+
|
|
767
|
+
#### :beetle: Bug Fix
|
|
768
|
+
* `web.getHtml` wasn't available.
|
|
769
|
+
* Execution on MicrosoftEdge.
|
|
770
|
+
* width and height wasn't adjusted properly in `web.makeVisible`.
|
|
771
|
+
* Memory leak when using multiple iterations.
|
|
772
|
+
* Shared `vars` object for passing data between tests not working.
|
|
773
|
+
|
|
774
|
+
#### :nail_care: Polish
|
|
775
|
+
* Add error handling for network errors on Chrome 85.
|
|
776
|
+
|
|
777
|
+
#### :house: Internal
|
|
778
|
+
* Fixed breakpoints not working with UNC paths.
|
|
779
|
+
* Fixed mobile logs not being collected.
|
|
780
|
+
|
|
781
|
+
## v1.8.2 (2020-08-30)
|
|
782
|
+
|
|
783
|
+
#### :house: Internal
|
|
784
|
+
* Downgrade WDIO due to a regression.
|
|
785
|
+
|
|
786
|
+
## v1.8.1 (2020-08-30)
|
|
787
|
+
|
|
788
|
+
#### :house: Internal
|
|
789
|
+
* Simplify debugger's path to url conversion.
|
|
790
|
+
* Do not close browser on failed tests (when running through IDE).
|
|
791
|
+
* Bump dependencies.
|
|
792
|
+
|
|
793
|
+
## v1.8.0 (2020-08-25)
|
|
794
|
+
|
|
795
|
+
#### :tada: New Feature
|
|
796
|
+
* Add `web.getHTML`.
|
|
797
|
+
|
|
798
|
+
#### :nail_care: Polish
|
|
799
|
+
* Throw proper error on `mob.click` in webview context if element is not interactable.
|
|
800
|
+
|
|
801
|
+
#### :house: Internal
|
|
802
|
+
* Fix filename handling in debugger.
|
|
803
|
+
* Bump WDIO to v6.4.2.
|
|
804
|
+
|
|
805
|
+
## v1.7.2 (2020-08-23)
|
|
806
|
+
|
|
807
|
+
#### :beetle: Bug Fix
|
|
808
|
+
* `ID` locators not working in `win` module.
|
|
809
|
+
* `web.click` working in asynchronous mode instead of synchronous.
|
|
810
|
+
|
|
811
|
+
#### :book: Documentation
|
|
812
|
+
* Fixed `win`, `web`, and `mob` modules formatting.
|
|
813
|
+
|
|
814
|
+
#### :house: Internal
|
|
815
|
+
* Bump and cleanup dependencies.
|
|
816
|
+
|
|
817
|
+
## v1.7.1 (2020-08-22)
|
|
818
|
+
|
|
819
|
+
#### :beetle: Bug Fix
|
|
820
|
+
* Regression with `services` and `modules` settings in `oxygen.conf` being ignored.
|
|
821
|
+
|
|
822
|
+
## v1.7.0 (2020-08-20)
|
|
823
|
+
|
|
824
|
+
#### :tada: New Feature
|
|
825
|
+
* Support for BrowserStack provider.
|
|
826
|
+
* Take screenshots for all available windows including the titles on errors.
|
|
827
|
+
* Improved performance during test initialization.
|
|
828
|
+
|
|
829
|
+
#### :beetle: Bug Fix
|
|
830
|
+
* Fixed `web.makeVisible` to work with elements with 0 height/width and `!important` style applied.
|
|
831
|
+
* `web.assertTextPresent` and `web.assertTextNotPresent` not producing proper errors.
|
|
832
|
+
* Invalid oxygen.conf/po/env.js files not being handled properly.
|
|
833
|
+
* Fixed npm updates check during `npm root -g` invocation not being disabled.
|
|
834
|
+
* Produce proper errors when `web.network` is not initialized.
|
|
835
|
+
* Fix tests getting stuck sometimes on low level WDIO errors.
|
|
836
|
+
* `require` not working from within `oxygen.conf/po/env.js` files.
|
|
837
|
+
|
|
838
|
+
#### :nail_care: Polish
|
|
839
|
+
* Improved reports generated by cli to specify browser/device name next to suite details.
|
|
840
|
+
* Handle additional WebDriver errors.
|
|
841
|
+
|
|
842
|
+
#### :book: Documentation
|
|
843
|
+
* `email` module fixes.
|
|
844
|
+
|
|
845
|
+
#### :house: Internal
|
|
846
|
+
* Fixed number of issues with results, environments, and breakpoints processing.
|
|
847
|
+
* WebDriverIO updated to v6.4.0.
|
|
848
|
+
* Bump dependencies.
|
|
849
|
+
|
|
850
|
+
## v1.6.1 (2020-07-03)
|
|
851
|
+
|
|
852
|
+
#### :beetle: Bug Fix
|
|
853
|
+
* Fix npm root -g mechanizm for macos
|
|
854
|
+
|
|
855
|
+
## v1.6.0 (2020-06-25)
|
|
856
|
+
|
|
857
|
+
#### :tada: New Feature
|
|
858
|
+
* Support for Node.js 12.
|
|
859
|
+
* `web.getWindowSize` for returning browser window dimensions.
|
|
860
|
+
* `assert.pass` for arbitrary stopping test execution.
|
|
861
|
+
|
|
862
|
+
#### :beetle: Bug Fix
|
|
863
|
+
* Browser session not being disposed in some cases.
|
|
864
|
+
* `web.assertTextPresent` and `web.assertTextNotPresent` not working correctly.
|
|
865
|
+
* `web.point` not working correctly.
|
|
866
|
+
* `win.isSelected` not working correctly.
|
|
867
|
+
* Environment definition not being read from oxygen.conf.js.
|
|
868
|
+
* Exit code returned by Oxygen not reflecting the test status.
|
|
869
|
+
|
|
870
|
+
#### :nail_care: Polish
|
|
871
|
+
* `mob.swipeElement` no longer requires `speed` argument.
|
|
872
|
+
* Improved `mob.swipe` behavior.
|
|
873
|
+
* Improved `web.assertSelectedLabel` and `web.assertSelectedValue` to accept optional argument specifying whether to wait for element's visibility.
|
|
874
|
+
* `web.getText` no longer requires element to be visible.
|
|
875
|
+
|
|
876
|
+
#### :book: Documentation
|
|
877
|
+
* Various documentation fixes.
|
|
878
|
+
|
|
879
|
+
## v1.5.1 (2020-06-17)
|
|
880
|
+
|
|
881
|
+
#### :beetle: Bug Fix
|
|
882
|
+
* Regression related to execution of Cucumber projects.
|
|
883
|
+
* Regression related to execution of single test scripts.
|
|
884
|
+
|
|
885
|
+
#### :nail_care: Polish
|
|
886
|
+
* Improve command argument serialization.
|
|
887
|
+
|
|
888
|
+
## v1.5.0 (2020-06-15)
|
|
889
|
+
|
|
890
|
+
#### :tada: New Feature
|
|
891
|
+
* Added support for defining suites in separate files.
|
|
892
|
+
|
|
893
|
+
#### :beetle: Bug Fix
|
|
894
|
+
* Re-enabled `network` module.
|
|
895
|
+
|
|
896
|
+
## v1.4.1 (2020-06-09)
|
|
897
|
+
|
|
898
|
+
#### :tada: New Feature
|
|
899
|
+
* Added support for finding windows by their URL to `web.selectWindow` and `web.waitForWindow`.
|
|
900
|
+
Option to select/waitFor last opened windows has been deprecated and will be removed in the future.
|
|
901
|
+
|
|
902
|
+
#### :beetle: Bug Fix
|
|
903
|
+
* `mob.swipeElement` not working due to a typo.
|
|
904
|
+
|
|
905
|
+
#### :book: Documentation
|
|
906
|
+
* Various documentation fixes.
|
|
907
|
+
|
|
908
|
+
#### :house: Internal
|
|
909
|
+
* WebDriverIO updated to v5.23.0.
|
|
910
|
+
|
|
911
|
+
## v1.4.0 (2020-06-07)
|
|
912
|
+
|
|
913
|
+
#### :tada: New Feature
|
|
914
|
+
* `mob.getTitle`
|
|
915
|
+
* `mob.getUrl`
|
|
916
|
+
|
|
917
|
+
#### :beetle: Bug Fix
|
|
918
|
+
* `web.type` on Firefox not triggering some events attached to the element.
|
|
919
|
+
* Browser not being closed on test completion when multiple tabs or windows are opened.
|
|
920
|
+
* `web.pointJS` not working on Internet Explorer.
|
|
921
|
+
* Incorrect command duration in HTML reports.
|
|
922
|
+
|
|
923
|
+
#### :nail_care: Polish
|
|
924
|
+
* Improve `web.makeVisible` to adjust visibility of parent elements as well.
|
|
925
|
+
* Handle 'Element not clickable at point' errors produced by IE.
|
|
926
|
+
* Handle 'element click intercepted' errors.
|
|
927
|
+
* Handle 'No active session with ID' errors.
|
|
928
|
+
|
|
929
|
+
#### :book: Documentation
|
|
930
|
+
* Improve documentation for `web.scrollIntoView`, `mob.getAlertText`, `*.getDriver`.
|
|
931
|
+
|
|
932
|
+
#### :house: Internal
|
|
933
|
+
* Initial support for PerfectoMobile provider.
|
|
934
|
+
* Increase `connectionRetryTimeout` and decrease `connectionRetryCount` in order to better handle slowly loading pages.
|
|
935
|
+
* Bump dependencies.
|
|
936
|
+
|
|
937
|
+
## v1.3.0 (2020-05-10)
|
|
938
|
+
|
|
939
|
+
#### :tada: New Feature
|
|
940
|
+
* Add `assert.contain`.
|
|
941
|
+
|
|
942
|
+
#### :beetle: Bug Fix
|
|
943
|
+
* Log entries generated by Cucumber runner.
|
|
944
|
+
* Missing "location" in some thrown errors.
|
|
945
|
+
|
|
946
|
+
## v1.2.5 (2020-05-04)
|
|
947
|
+
|
|
948
|
+
#### :beetle: Bug Fix
|
|
949
|
+
* Number of issues to related to module initialization.
|
|
950
|
+
* Cucumber runner not populating logs data.
|
|
951
|
+
|
|
952
|
+
## v1.2.0 (2020-04-13)
|
|
953
|
+
|
|
954
|
+
#### :tada: New Feature
|
|
955
|
+
* Add `web.pointJS`.
|
|
956
|
+
|
|
957
|
+
#### :beetle: Bug Fix
|
|
958
|
+
* `--p=json` switch not working.
|
|
959
|
+
* Number of issues related to running tests on LambdaTest cloud provider.
|
|
960
|
+
* Relative paths in `pdf.assertNot` and `pdf.count`.
|
|
961
|
+
|
|
962
|
+
#### :nail_care: Polish
|
|
963
|
+
* Argument validation for `*.type` and `*.open` commands.
|
|
964
|
+
* Process 'Failed to create session' errors.
|
|
965
|
+
|
|
966
|
+
#### :book: Documentation
|
|
967
|
+
* Fix `web.deleteCookies` documentation.
|
|
968
|
+
|
|
969
|
+
#### :house: Internal
|
|
970
|
+
* WebDriverIO updated to v5.22.1.
|
|
971
|
+
* Improvements to browser disposal, debugger support, and SauceLabs provider support.
|
|
972
|
+
|
|
973
|
+
## v1.1.3 (2020-03-15)
|
|
974
|
+
|
|
975
|
+
#### :beetle: Bug Fix
|
|
976
|
+
* Debug logs were not added to JSON results.
|
|
977
|
+
|
|
978
|
+
#### :nail_care: Polish
|
|
979
|
+
* Properly process 'invalid url' errors.
|
|
980
|
+
|
|
981
|
+
#### :house: Internal
|
|
982
|
+
* Update dependencies.
|
|
983
|
+
|
|
984
|
+
## v1.1.2 (2020-03-06)
|
|
985
|
+
|
|
986
|
+
#### :house: Internal
|
|
987
|
+
* Fix process disposal.
|
|
988
|
+
|
|
989
|
+
## v1.1.1 (2020-02-29)
|
|
990
|
+
|
|
991
|
+
#### :nail_care: Polish
|
|
992
|
+
* Properly process 'invalid css selector' errors.
|
|
993
|
+
|
|
994
|
+
#### :house: Internal
|
|
995
|
+
* Remove duplicate dependency.
|
|
996
|
+
|
|
997
|
+
## v1.1.0 (2020-02-27)
|
|
998
|
+
|
|
999
|
+
#### :boom: Breaking Change
|
|
1000
|
+
* `log.*` will automatically serialize the value if it's a complex object. Using `log.info(JSON.stringify(obj))` is no longer required.
|
|
1001
|
+
* Minimum required version of Node.js has been raised to v10.14. Although Oxygen will work in part on older versions, anything below 10.14 is no longer officially supported.
|
|
1002
|
+
|
|
1003
|
+
#### :beetle: Bug Fix
|
|
1004
|
+
* `log.*` not working with non-string objects.
|
|
1005
|
+
* Parameters not loaded correctly from CSV if header contains spaces.
|
|
1006
|
+
* Error handling in `web.assertAlert`, `web.alertAccept`, `web.alertDismiss` commands.
|
|
1007
|
+
* Processing of ChomeDriver version mismatch errors.
|
|
1008
|
+
* Generate HTML reports by default even if `--rf` switch is not specified.
|
|
1009
|
+
* Regression with `assert` commands no longer taking screenshot for web and mobile tests.
|
|
1010
|
+
|
|
1011
|
+
#### :house: Internal
|
|
1012
|
+
* Update dependencies.
|
|
1013
|
+
* Various other small fixes & improvements.
|
|
1014
|
+
|
|
1015
|
+
## v1.0.3 (2020-02-13)
|
|
1016
|
+
|
|
1017
|
+
#### :beetle: Bug Fix
|
|
1018
|
+
* Stopping test not working reliably.
|
|
1019
|
+
* Loading custom globally installed modules not working with `require`.
|
|
1020
|
+
* Confusing error message when required file is not found.
|
|
1021
|
+
|
|
1022
|
+
## v1.0.2 (2020-02-12)
|
|
1023
|
+
|
|
1024
|
+
#### :beetle: Bug Fix
|
|
1025
|
+
* `--server` switch not working with mobile tests.
|
|
1026
|
+
* `--ro` switch not working.
|
|
1027
|
+
* `id` locator in web tests not working if it contains illegal characters.
|
|
1028
|
+
* Test doesn't run if empty parameters file is used.
|
|
1029
|
+
|
|
1030
|
+
#### :nail_care: Polish
|
|
1031
|
+
* Update help screen.
|
|
1032
|
+
* Properly process 'Specified URL is not valid' errors.
|
|
1033
|
+
* Properly process 'invalid xpath' errors for IE.
|
|
1034
|
+
|
|
1035
|
+
#### :house: Internal
|
|
1036
|
+
* Update dependencies.
|
|
1037
|
+
|
|
1038
|
+
## v1.0.1 (2020-02-05)
|
|
1039
|
+
|
|
1040
|
+
#### :house: Internal
|
|
1041
|
+
* Various fixes.
|
|
1042
|
+
|
|
1043
|
+
## v1.0.0 (2020-02-04)
|
|
1044
|
+
|
|
1045
|
+
#### :tada: New Feature
|
|
1046
|
+
* Significant improvements to test structure organization, allowing to define all configurations using a project file.
|
|
1047
|
+
* Improvements to the script development flexibility:
|
|
1048
|
+
- Automation tests can be written using ES6.
|
|
1049
|
+
- Tests can hook into exposed `before` and `after` hooks for `test`, `suite`, `case`, `command` actions.
|
|
1050
|
+
* Improvements to Oxygen extendability:
|
|
1051
|
+
- Internal modules can be written using ES6 and can be developed in both synchronous and asynchronous (using `async/await` operators) manner.
|
|
1052
|
+
- Modules can contain submodules. E.g. `web.network.assertUrl`.
|
|
1053
|
+
- Added support for Service. Services are add-ons which can be developed for providing additional custom logic for tests.
|
|
1054
|
+
* Support for Applitools for visual UI testing.
|
|
1055
|
+
* Support for native Windows applications (via WinApiDriver) automation - WinForms, WPF, UWP, Classic Win32.
|
|
1056
|
+
* Support for writing tests using Cucumber.
|
|
1057
|
+
* Support for environment variables.
|
|
1058
|
+
* Project level Page Object support.
|
|
1059
|
+
* Support for running multiple Suites as a part of a single test.
|
|
1060
|
+
* Improved debugging support when using breakpoints in external files.
|
|
1061
|
+
* Added `web.rightClick`.
|
|
1062
|
+
* Added `win.rightClick`.
|
|
1063
|
+
* Improvements to SauceLabs, LambdaTest, TestingBot integrations
|
|
1064
|
+
* `pdf` methods accept optional argument for reversing string order (useful when working with RTL languages).
|
|
1065
|
+
|
|
1066
|
+
#### :boom: Breaking Change
|
|
1067
|
+
* `ox.*` is no longer available. `ox.modules.*` should be used instead. All available modules `web`, `mob`, etc are also exposed globally now and can be used directly.
|
|
1068
|
+
* `return` is no longer supported for terminating user scripts.
|
|
1069
|
+
* Suite configuration JSONs are no longer supported. Project level configuration files should be used instead.
|
|
1070
|
+
* `web.network*` commands are now accessible via a submodule `web.network.*` and have different names. See documentation for more details.
|
|
1071
|
+
* Oxygen will not produce any reports by default unless `--rf` switch is used.
|
|
1072
|
+
|
|
1073
|
+
#### :beetle: Bug Fix
|
|
1074
|
+
* `twilio` not producing proper error when no matching messages found.
|
|
1075
|
+
* `web.network` not recording responses for redirected requests.
|
|
1076
|
+
* `web.click` not working on IE under certain conditions.
|
|
1077
|
+
* Debugger not entering into module code if module name is specified using wrong case.
|
|
1078
|
+
|
|
1079
|
+
#### :nail_care: Polish
|
|
1080
|
+
* Improved error handling. Errors now contain proper stacktraces and provide more details about where in user script the error has occurred.
|
|
1081
|
+
* More errors from underlying frameworks are handled and processed.
|
|
1082
|
+
* JUnit XML reports improved to include more details about test failures.
|
|
1083
|
+
* `twilio` module performance improvements.
|
|
1084
|
+
* Added JS injection fall-back for `web.doubleClick` when element is not clickable.
|
|
1085
|
+
|
|
1086
|
+
#### :book: Documentation
|
|
1087
|
+
* Documentation has been migrated to a new infrastructure providing better user experience. Documentation has been, as well, improved with more topics.
|
|
1088
|
+
|
|
1089
|
+
#### :house: Internal
|
|
1090
|
+
* Webdriverio updated to v5.18.6.
|
|
1091
|
+
* Updated pre-bundled Chrome drivers.
|
|
1092
|
+
|
|
1093
|
+
## v1.0.0-beta.14 (2019-12-16)
|
|
1094
|
+
|
|
1095
|
+
#### :tada: New Feature
|
|
1096
|
+
* Take screenshots on `assert.*` command failures.
|
|
1097
|
+
|
|
1098
|
+
## v1.0.0-beta.13 (2019-12-15)
|
|
1099
|
+
|
|
1100
|
+
#### :beetle: Bug Fix
|
|
1101
|
+
* Generate proper results on child process crashes.
|
|
1102
|
+
|
|
1103
|
+
## v1.0.0-beta.12 (2019-12-15)
|
|
1104
|
+
|
|
1105
|
+
#### :tada: New Feature
|
|
1106
|
+
* Automatically set web context for mobile web tests.
|
|
1107
|
+
|
|
1108
|
+
#### :house: Internal
|
|
1109
|
+
* Improve debugger initialization.
|
|
1110
|
+
|
|
1111
|
+
## v1.0.0-beta.8 (2019-12-09)
|
|
1112
|
+
|
|
1113
|
+
#### :house: Internal
|
|
1114
|
+
* Disable devtools-service logging
|
|
1115
|
+
|
|
1116
|
+
## v1.0.0-beta.7 (2019-12-08)
|
|
1117
|
+
|
|
1118
|
+
**Due a mishap which happened when publishing new version, version number has been increased to 1.0.0-beta.x.
|
|
1119
|
+
This version number change doesn't reflect any actual changes in the stable branch of oxygen-cli.
|
|
1120
|
+
Version numbers will normalize once the real 1.0.0 is released.**
|
|
1121
|
+
|
|
1122
|
+
#### :nail_care: Polish
|
|
1123
|
+
* Handle "Unable to create new service" init error.
|
|
1124
|
+
|
|
1125
|
+
#### :house: Internal
|
|
1126
|
+
* WebdriverIO@5.16.13.
|
|
1127
|
+
|
|
1128
|
+
## v0.52.3 (2019-11-26)
|
|
1129
|
+
|
|
1130
|
+
#### :house: Internal
|
|
1131
|
+
* Remove erroneously published folder.
|
|
1132
|
+
|
|
1133
|
+
## v0.52.2 (2019-11-26)
|
|
1134
|
+
|
|
1135
|
+
#### :nail_care: Polish
|
|
1136
|
+
* Handle "Failed to create session" init error in web tests.
|
|
1137
|
+
|
|
1138
|
+
## v0.52.1 (2019-11-26)
|
|
1139
|
+
|
|
1140
|
+
#### :beetle: Bug Fix
|
|
1141
|
+
* Fix timeout argument being ignored in `web.network*`.
|
|
1142
|
+
* Fix failures in certain commands (regression from v0.52.0).
|
|
1143
|
+
|
|
1144
|
+
#### :nail_care: Polish
|
|
1145
|
+
* Handle "Failed to create session" init error.
|
|
1146
|
+
|
|
1147
|
+
#### :house: Internal
|
|
1148
|
+
* WebdriverIO@5.16.9.
|
|
1149
|
+
|
|
1150
|
+
## v0.52.0 (2019-11-20)
|
|
1151
|
+
|
|
1152
|
+
#### :tada: New Feature
|
|
1153
|
+
* Add `web.network*` commands for working with network requests in Chrome.
|
|
1154
|
+
|
|
1155
|
+
#### :beetle: Bug Fix
|
|
1156
|
+
* Fix `mob.sendKeys` to work with W3C drivers.
|
|
1157
|
+
|
|
1158
|
+
#### :nail_care: Polish
|
|
1159
|
+
* Process 'invalid selector' errors.
|
|
1160
|
+
|
|
1161
|
+
#### :book: Documentation
|
|
1162
|
+
* Fix `mob.swipeScreen` documentation.
|
|
1163
|
+
|
|
1164
|
+
#### :house: Internal
|
|
1165
|
+
* WebdriverIO@5.16.7
|
|
1166
|
+
* Bump dependencies.
|
|
1167
|
+
|
|
1168
|
+
## v0.51.2 (2019-11-13)
|
|
1169
|
+
|
|
1170
|
+
#### :nail_care: Polish
|
|
1171
|
+
* Try scrolling the element into viewport before clicking it.
|
|
1172
|
+
|
|
1173
|
+
#### :house: Internal
|
|
1174
|
+
* Add support for variables inspection in debugger.
|
|
1175
|
+
|
|
1176
|
+
## v0.51.1 (2019-11-04)
|
|
1177
|
+
|
|
1178
|
+
#### :house: Internal
|
|
1179
|
+
* Fix network timings.
|
|
1180
|
+
|
|
1181
|
+
## v0.51.0 (2019-10-23)
|
|
1182
|
+
|
|
1183
|
+
#### :tada: New Feature
|
|
1184
|
+
* Add `web.findElement` and `web.findElements`.
|
|
1185
|
+
|
|
1186
|
+
#### :boom: Breaking Change
|
|
1187
|
+
* `mob.getCaps` renamed to `mob.getCapabilities`.
|
|
1188
|
+
|
|
1189
|
+
#### :beetle: Bug Fix
|
|
1190
|
+
* Number of issues with `mob.findElement` and `mob.findElements`.
|
|
1191
|
+
|
|
1192
|
+
## v0.50.2 (2019-10-16)
|
|
1193
|
+
|
|
1194
|
+
#### :tada: New Feature
|
|
1195
|
+
* Add support for setting HTTP headers in `http` module commands.
|
|
1196
|
+
|
|
1197
|
+
## v0.50.1 (2019-10-08)
|
|
1198
|
+
|
|
1199
|
+
#### :beetle: Bug Fix
|
|
1200
|
+
* Fixed invalid WDIO dependencies being pulled on install.
|
|
1201
|
+
|
|
1202
|
+
## v0.50.0 (2019-10-07)
|
|
1203
|
+
|
|
1204
|
+
#### :tada: New Feature
|
|
1205
|
+
* Add support for authentication details in Selenium and Appium HUB URLs.
|
|
1206
|
+
|
|
1207
|
+
## v0.49.0 (2019-10-04)
|
|
1208
|
+
|
|
1209
|
+
#### :tada: New Feature
|
|
1210
|
+
* Add `twilio.sendSms`.
|
|
1211
|
+
|
|
1212
|
+
#### :beetle: Bug Fix
|
|
1213
|
+
* Environment not being read from suite json definition.
|
|
1214
|
+
|
|
1215
|
+
#### :nail_care: Polish
|
|
1216
|
+
* Add handling for 'application is not installed on device' error.
|
|
1217
|
+
* Handle ChromeDriver version mismatch errors for Appium 1.15+.
|
|
1218
|
+
* Handle additional 'element not found' errors.
|
|
1219
|
+
|
|
1220
|
+
#### :house: Internal
|
|
1221
|
+
* Use reloadSession instead of manually deleting and creating new sessions.
|
|
1222
|
+
* Bump dependencies.
|
|
1223
|
+
|
|
1224
|
+
## v0.48.7 (2019-09-29)
|
|
1225
|
+
|
|
1226
|
+
#### :nail_care: Polish
|
|
1227
|
+
* Produce proper error when trying to use `web.getBrowserLogs` on unsupported browsers.
|
|
1228
|
+
* Produce proper error mobile os version mismatch.
|
|
1229
|
+
* Produce proper error on ChromeDriver version mismatch during context switch.
|
|
1230
|
+
|
|
1231
|
+
#### :house: Internal
|
|
1232
|
+
* Remove Grunt dependency.
|
|
1233
|
+
|
|
1234
|
+
## v0.48.6 (2019-09-26)
|
|
1235
|
+
|
|
1236
|
+
#### :house: Internal
|
|
1237
|
+
* Fix HAR not working on Chrome 77 and higher.
|
|
1238
|
+
|
|
1239
|
+
## v0.48.5 (2019-09-25)
|
|
1240
|
+
|
|
1241
|
+
#### :beetle: Bug Fix
|
|
1242
|
+
* `web.getXMLPageSource` not working as expected.
|
|
1243
|
+
* `web.setTimeout` and `mob.setTimeout` not setting the global timeout.
|
|
1244
|
+
|
|
1245
|
+
## v0.48.4 (2019-09-25)
|
|
1246
|
+
|
|
1247
|
+
#### :nail_care: Polish
|
|
1248
|
+
* Don't print WDIO warn level logs.
|
|
1249
|
+
* Produce proper error if `web.fileBrowse` fails due to the element not being interactable.
|
|
1250
|
+
* `web.makeVisible` will set `disabled` attribute to false.
|
|
1251
|
+
|
|
1252
|
+
#### :house: Internal
|
|
1253
|
+
* Update chrome-har dependency.
|
|
1254
|
+
|
|
1255
|
+
## v0.48.3 (2019-09-22)
|
|
1256
|
+
|
|
1257
|
+
#### :beetle: Bug Fix
|
|
1258
|
+
* Issue with wrong WDIO dependency versions being pulled on new installs.
|
|
1259
|
+
* Fix handling of user specified Appium server URLs in `mob.init`.
|
|
1260
|
+
|
|
1261
|
+
#### :nail_care: Polish
|
|
1262
|
+
* Don't print WDIO info level logs.
|
|
1263
|
+
|
|
1264
|
+
## v0.48.2 (2019-09-21)
|
|
1265
|
+
|
|
1266
|
+
#### :beetle: Bug Fix
|
|
1267
|
+
* Fix handling of selenium and appium hub addresses.
|
|
1268
|
+
|
|
1269
|
+
## v0.48.1 (2019-09-19)
|
|
1270
|
+
|
|
1271
|
+
#### :nail_care: Polish
|
|
1272
|
+
* Improved error handling.
|
|
1273
|
+
|
|
1274
|
+
## v0.48.0 (2019-09-19)
|
|
1275
|
+
|
|
1276
|
+
#### :tada: New Feature
|
|
1277
|
+
* Support for Node.js 12.
|
|
1278
|
+
* New web commands: `web.isSelected`.
|
|
1279
|
+
* New mob commands: `mob.closeApp`, `mob.installApp`, `mob.removeApp`, `mob.launchApp`, `mob.resetApp`, `mob.getCurrentAcitivity`, `mob.getCurrentPackage`.
|
|
1280
|
+
* New pdf commands: `pdf.count`.
|
|
1281
|
+
* Optional `pageNum` argument for `pdf.assert` and `pdf.assertNot`.
|
|
1282
|
+
* Optional `timeout` argument for all `mob` and `web` commands. Can be used to set timeouts per command.
|
|
1283
|
+
* Optional `clickParent` argument for `web.clickHidden`.
|
|
1284
|
+
|
|
1285
|
+
#### :boom: Breaking Change
|
|
1286
|
+
* `mob.verifyTitle`, `mob.verifyTitle`, `mob.verifyValue` removed since those command worked exactly like their `assert*` counterparts.
|
|
1287
|
+
* `mob.swipe` has been split into two separate commands: `mob.swipe` and `mob.swipeScreen`.
|
|
1288
|
+
* `mob.hideKeyboard` accepts different arguments and supports more strategies.
|
|
1289
|
+
* `mob.scrollToElement` accepts different arguments.
|
|
1290
|
+
* `mob.setAutoWait` and `web.setAutoWait` removed.
|
|
1291
|
+
* Optional `message` argument has been removed from relevant `mob` commands.
|
|
1292
|
+
|
|
1293
|
+
#### :beetle: Bug Fix
|
|
1294
|
+
* `web.makeVisible` will keep the original element dimensions if non 0.
|
|
1295
|
+
|
|
1296
|
+
#### :nail_care: Polish
|
|
1297
|
+
* Error handling has been significantly improved.
|
|
1298
|
+
|
|
1299
|
+
#### :book: Documentation
|
|
1300
|
+
* Various documentation fixes.
|
|
1301
|
+
|
|
1302
|
+
#### :house: Internal
|
|
1303
|
+
* Upgrade to WebDriverIO v5.
|
|
1304
|
+
* Bump dependencies.
|
|
1305
|
+
|
|
1306
|
+
## v0.47.4 (2019-09-12)
|
|
1307
|
+
* Fix parameter handling for CSVs produced by OS X Excel.
|
|
1308
|
+
|
|
1309
|
+
## v0.47.3 (2019-08-05)
|
|
1310
|
+
* Internal fixes: Fix HAR fetching on ChromeDriver >= v75
|
|
1311
|
+
|
|
1312
|
+
## v0.47.2 (2019-07-28)
|
|
1313
|
+
* Internal fixes.
|
|
1314
|
+
|
|
1315
|
+
## v0.47.1 (2019-07-28)
|
|
1316
|
+
* Internal fixes.
|
|
1317
|
+
|
|
1318
|
+
## v0.47.0 (2019-07-26)
|
|
1319
|
+
* Add `web.dragAndDrop`.
|
|
1320
|
+
* Internal changes - fix breakpoint processing and make oxygen work with VS Code debugger.
|
|
1321
|
+
* Bump dependencies.
|
|
1322
|
+
|
|
1323
|
+
## v0.46.6 (2019-07-19)
|
|
1324
|
+
* Improve performance of HTML report generation.
|
|
1325
|
+
* Bump dependencies.
|
|
1326
|
+
|
|
1327
|
+
## v0.46.5 (2019-07-17)
|
|
1328
|
+
* Add support for adding breakpoints after the test has started.
|
|
1329
|
+
* Bump dependencies.
|
|
1330
|
+
|
|
1331
|
+
## v0.46.4 (2019-07-14)
|
|
1332
|
+
* Fix invalid breakpoint handling in debugger.
|
|
1333
|
+
|
|
1334
|
+
## v0.46.3 (2019-07-10)
|
|
1335
|
+
* Fix number of issues with HTML reports.
|
|
1336
|
+
|
|
1337
|
+
## v0.46.2 (2019-07-09)
|
|
1338
|
+
* Support external webdriverio options.
|
|
1339
|
+
* Improve error handling for RuntimeError.
|
|
1340
|
+
|
|
1341
|
+
## v0.46.1 (2019-07-03)
|
|
1342
|
+
* Fix `soap` module to work with HTTPS which uses self-signed certificates.
|
|
1343
|
+
* Fix `http` module to work with HTTPS which uses self-signed certificates.
|
|
1344
|
+
* Fix `pdf.assert` not working properly with certain words having spaces in them.
|
|
1345
|
+
|
|
1346
|
+
## v0.46.0 (2019-07-02)
|
|
1347
|
+
* Add `mob.getAppiumLogs`.
|
|
1348
|
+
* Add `mob.getDeviceLogs`.
|
|
1349
|
+
* Add `mob.getDeviceTime`.
|
|
1350
|
+
* Add `mob.setTimeout`.
|
|
1351
|
+
* Add `web.getBrowserLogs`.
|
|
1352
|
+
* Add `pdf` module.
|
|
1353
|
+
* Remove dependency on Mono for Linux & OS X.
|
|
1354
|
+
|
|
1355
|
+
## v0.45.2 (2019-06-17)
|
|
1356
|
+
* Internal fixes.
|
|
1357
|
+
|
|
1358
|
+
## v0.45.1 (2019-06-11)
|
|
1359
|
+
* Move `web.sendKeyboardActions` functionality to `web.sendKeys`.
|
|
1360
|
+
|
|
1361
|
+
## v0.45.0 (2019-06-11)
|
|
1362
|
+
* Add `web.sendKeyboardActions` (on behalf of Alexei Mikheev).
|
|
1363
|
+
* Fix `mob.swipe` to throw proper error when element not found.
|
|
1364
|
+
* Fix commands failing with cryptic error when passed null as a locator.
|
|
1365
|
+
* Bump dependencies.
|
|
1366
|
+
|
|
1367
|
+
## v0.44.1 (2019-06-10)
|
|
1368
|
+
* Fix CSV parameters parsing.
|
|
1369
|
+
* Fix UNKOWN_ERROR being thrown for assertion errors.
|
|
1370
|
+
|
|
1371
|
+
## v0.44.0 (2019-05-29)
|
|
1372
|
+
* Remove support for using ECMAScript modules from `require`.
|
|
1373
|
+
|
|
1374
|
+
## v0.43.0 (2019-05-27)
|
|
1375
|
+
* Add `web.getTitle`.
|
|
1376
|
+
* Unwrap the return value returned by `web.execute` and `mob.execute`.
|
|
1377
|
+
* Internal fixes.
|
|
1378
|
+
|
|
1379
|
+
## v0.42.8 (2019-05-05)
|
|
1380
|
+
* Remove browserName if both browserName and appPackage were specified.
|
|
1381
|
+
* Override script specified caps for mob tests with context caps.
|
|
1382
|
+
|
|
1383
|
+
## v0.42.7 (2019-04-29)
|
|
1384
|
+
* Fix --ro command line switch.
|
|
1385
|
+
|
|
1386
|
+
## v0.42.6 (2019-04-24)
|
|
1387
|
+
* Better error message on invalid IE zoom level.
|
|
1388
|
+
* Internal fixes.
|
|
1389
|
+
|
|
1390
|
+
## v0.42.4 (2019-04-16)
|
|
1391
|
+
* Fix date values not being parsed correctly when reading a CSV.
|
|
1392
|
+
* Bump dependencies
|
|
1393
|
+
|
|
1394
|
+
## v0.42.3 (2019-04-02)
|
|
1395
|
+
* Fix encoding issue when reading CSVs without BOM.
|
|
1396
|
+
* Bump dependencies
|
|
1397
|
+
|
|
1398
|
+
## v0.42.2 (2019-03-13)
|
|
1399
|
+
* Fix `web.scrollToElement`.
|
|
1400
|
+
|
|
1401
|
+
## v0.42.1 (2019-03-12)
|
|
1402
|
+
* Internal fixes.
|
|
1403
|
+
|
|
1404
|
+
## v0.42.0 (2019-02-25)
|
|
1405
|
+
* Add `shell` module.
|
|
1406
|
+
|
|
1407
|
+
## v0.41.2 (2019-02-01)
|
|
1408
|
+
* Fix possible crash in `web.click`.
|
|
1409
|
+
|
|
1410
|
+
## v0.41.1 (2019-01-30)
|
|
1411
|
+
* Internal fixes.
|
|
1412
|
+
|
|
1413
|
+
## v0.41.0 (2019-01-29)
|
|
1414
|
+
* Add `web.assertTextNotPresent`.
|
|
1415
|
+
* Add timeout to `web.assertTextPresent`.
|
|
1416
|
+
* Fix `mob.swipe` when used without locator.
|
|
1417
|
+
* Generate proper oxygen error on element not found in `mob.waitForExist`.
|
|
1418
|
+
* Fix documentation.
|
|
1419
|
+
* Use dependencies only from npm repo.
|
|
1420
|
+
|
|
1421
|
+
## v0.40.0 (2019-01-15)
|
|
1422
|
+
* Add `web.refresh`.
|
|
1423
|
+
* Handle element not displayed errors from IE driver.
|
|
1424
|
+
* Produce proper error when browserName is not specified for `web.init`.
|
|
1425
|
+
* Fix documentation.
|
|
1426
|
+
* Other internal fixes.
|
|
1427
|
+
|
|
1428
|
+
## v0.39.0 (2018-12-28)
|
|
1429
|
+
* **[Breaking change]** `mob.selectFrame` behavior changed to match `web.selectFrame`.
|
|
1430
|
+
* Fix documentation.
|
|
1431
|
+
* Other internal fixes.
|
|
1432
|
+
|
|
1433
|
+
## v0.38.0 (2018-12-23)
|
|
1434
|
+
* Allow to access Oxygen modules and context from external modules.
|
|
1435
|
+
* Add ES6 support to the test script imported modules.
|
|
1436
|
+
* Fix commented out parameters being reported as undefined.
|
|
1437
|
+
* Other internal fixes.
|
|
1438
|
+
|
|
1439
|
+
## v0.37.0 (2018-12-20)
|
|
1440
|
+
* Ignore delay for transaction commands.
|
|
1441
|
+
* Fix `date.fromNow` documentation.
|
|
1442
|
+
* Add authentication support for `soap`.
|
|
1443
|
+
|
|
1444
|
+
## v0.36.1 (2018-12-17)
|
|
1445
|
+
* Fix error's line number not saved in step result.
|
|
1446
|
+
|
|
1447
|
+
## v0.36.0 (2018-12-11)
|
|
1448
|
+
* Add `web.back`.
|
|
1449
|
+
* Fix `mob.isVisible`.
|
|
1450
|
+
* Better handling of error caused by lack of Mono installation on MacOS, when generating HTML report.
|
|
1451
|
+
|
|
1452
|
+
## v0.35.5 (2018-12-01)
|
|
1453
|
+
* Fix invalid transaction name in reports in certain situations when executing multiple iterations.
|
|
1454
|
+
|
|
1455
|
+
## v0.35.4 (2018-11-28)
|
|
1456
|
+
* User friendly error messages on invalid parameter files.
|
|
1457
|
+
|
|
1458
|
+
## v0.35.3 (2018-11-28)
|
|
1459
|
+
* Don't try to trim non-string parameter values.
|
|
1460
|
+
* Use js injection click fallback for non-intractable elements.
|
|
1461
|
+
|
|
1462
|
+
## v0.35.2 (2018-11-27)
|
|
1463
|
+
* Remove extra whitespace characters from parameters loaded from xlsx.
|
|
1464
|
+
|
|
1465
|
+
## v0.35.1 (2018-11-26)
|
|
1466
|
+
* Better error message when Android device is not found.
|
|
1467
|
+
* Fix crash under rare circumstances.
|
|
1468
|
+
|
|
1469
|
+
## v0.35.0 (2018-11-23)
|
|
1470
|
+
* **[Breaking change]** Rename `mob.isDisplayed` to `mob.isVisible`.
|
|
1471
|
+
* Fix `mob.is*` behavior when element not found.
|
|
1472
|
+
* Better error messages for Selenium and Appium init failures.
|
|
1473
|
+
* Better error messages on text mismatch for `web.waitForText` and `web.waitForValue`.
|
|
1474
|
+
* Fix test time being reported in utc instead of local time in reports.
|
|
1475
|
+
* Documentation updates.
|
|
1476
|
+
|
|
1477
|
+
## v0.34.4 (2018-11-19)
|
|
1478
|
+
* Fix debugger.
|
|
1479
|
+
|
|
1480
|
+
## v0.34.2 (2018-11-12)
|
|
1481
|
+
* Bump dependencies (adds support Node 9 and 10)
|
|
1482
|
+
|
|
1483
|
+
## v0.34.1 (2018-11-06)
|
|
1484
|
+
* Fix invalid error being reported under certain conditions.
|
|
1485
|
+
|
|
1486
|
+
## v0.34.0 (2018-11-06)
|
|
1487
|
+
* Add `db.executeQuery`.
|
|
1488
|
+
* Fix crash on Linux/OSX if odbc binaries are not installed.
|
|
1489
|
+
* Fix incorrect error type returned in certain situations.
|
|
1490
|
+
* Fix error line number not shown for certain errors.
|
|
1491
|
+
* Bump webdriverio.
|
|
1492
|
+
|
|
1493
|
+
## v0.33.0 (2018-10-24)
|
|
1494
|
+
* **[Breaking change]** Rename `web.waitForElementPresent` to `web.waitForExist`.
|
|
1495
|
+
* **[Breaking change]** Rename `web.isElementPresent` to `web.isExist`.
|
|
1496
|
+
* **[Breaking change]** Rename `web.isElementVisible` to `web.isVisible`.
|
|
1497
|
+
* **[Breaking change]** Rename `web.assertElementPresent` to `web.assertExist`.
|
|
1498
|
+
* **[Breaking change]** Rename `web.executeScript` to `web.execute`.
|
|
1499
|
+
* **[Breaking change]** Rename `web.getPageSource` to `web.getSource`.
|
|
1500
|
+
* **[Breaking change]** Rename `mob.waitForElement` to `mob.waitForExist`.
|
|
1501
|
+
* **[Breaking change]** Rename `mob.setValue` to `mob.type`.
|
|
1502
|
+
* **[Breaking change]** Remove empty string locator from `web.selectWindow`.
|
|
1503
|
+
* **[Breaking change]** Change `web.selectFrame` behavior:
|
|
1504
|
+
* Multiple locators can be passed as arguments now instead of separating the frame XPathes with
|
|
1505
|
+
`';;'`
|
|
1506
|
+
* `"relative=parent"` changed to "parent"
|
|
1507
|
+
* `"relative=top"` changed to "top"
|
|
1508
|
+
* `"index=x"` changed to x (passed as a number)
|
|
1509
|
+
* **[Breaking change]** Add `mob.setAutoWait`.
|
|
1510
|
+
* Add `web.setAutoWait`.
|
|
1511
|
+
* Add X offset support in `web.scrollToElement`.
|
|
1512
|
+
* Improved error handling for situations when invalid arguments are passed to methods.
|
|
1513
|
+
* Fix documentation.
|
|
1514
|
+
* Error code names changes:
|
|
1515
|
+
* ASSERT -> ASSERT_ERROR
|
|
1516
|
+
* VERIFY -> VERIFY_ERROR
|
|
1517
|
+
* NO_SUCH_ELEMENT -> ELEMENT_NOT_FOUND
|
|
1518
|
+
* NO_SUCH_FRAME -> FRAME_NOT_FOUND
|
|
1519
|
+
* UNKNOWN_COMMAND -> UNKNOWN_COMMAND_ERROR
|
|
1520
|
+
* NO_SUCH_WINDOW -> WINDOW_NOT_FOUND
|
|
1521
|
+
* APPIUM_SERVER_UNREACHABLE -> APPIUM_UNREACHABLE_ERROR
|
|
1522
|
+
* SELENIUM_SERVER_UNREACHABLE SELENIUM_UNREACHABLE_ERROR
|
|
1523
|
+
* NOT_IMPLEMENTED -> NOT_IMPLEMENTED_ERROR
|
|
1524
|
+
* DB_CONNECTION -> DB_CONNECTION_ERROR
|
|
1525
|
+
* DB_QUERY -> DB_QUERY_ERROR
|
|
1526
|
+
* SOAP -> SOAP_ERROR
|
|
1527
|
+
* Do not try to invoke web.clickHidden from web.click when element not found.
|
|
1528
|
+
* Fix hang when calling method on a uninitialized module.
|
|
1529
|
+
* Fix hidden click fallback in `web.click`.
|
|
1530
|
+
* Fix `web.type` not clearing the previous value.
|
|
1531
|
+
* `web.selectWindow` will automatically wait for window to appear when using `title` locator.
|
|
1532
|
+
* Add optional `notOlderThan` argument to `twilio.getLastSms`.
|
|
1533
|
+
* Fixed `transaction` not working if specified before `init`.
|
|
1534
|
+
|
|
1535
|
+
## v0.32.0 (2018-08-09)
|
|
1536
|
+
* Fix `web.isAlertPresent`.
|
|
1537
|
+
* Add `mob.clickMultipleTimes`.
|
|
1538
|
+
* Fix int handling in `assert.equal`
|
|
1539
|
+
* Perform Javascript injection click if regular click fails in `web.click`
|
|
1540
|
+
* Reimplemented `mob.clickLong` using a different method to support iOS 11.4.
|
|
1541
|
+
* Fix bug with skipping second record in CSV file.
|
|
1542
|
+
* Add `http.getResponseHeaders`.
|
|
1543
|
+
* Fix hang in `twilio.getLastSms`.
|
|
1544
|
+
* Add support for script arguments in `web.executeScript`.
|
|
1545
|
+
* Improve logging.
|
|
1546
|
+
* Drop `verify` module.
|
|
1547
|
+
* Bump dependencies.
|
|
1548
|
+
|
|
1549
|
+
## v0.31.1 (2018-06-01)
|
|
1550
|
+
* Fix `mob.getCaps` for suites.
|
|
1551
|
+
* Bump default swipe speed for `mob.swipe` to 30.
|
|
1552
|
+
* Fix `mob.execute`.
|
|
1553
|
+
* Fix `email` module to read last email instead of the first.
|
|
1554
|
+
* Bump dependencies.
|
|
1555
|
+
|
|
1556
|
+
## v0.31.0 (2018-05-16)
|
|
1557
|
+
* Add `web.getUrl` command.
|
|
1558
|
+
* Change `web.assertText` and `web.assertValue` commands behavior to pass text or value assertions of hidden elements.
|
|
1559
|
+
|
|
1560
|
+
## v0.30.2 (2018-05-16)
|
|
1561
|
+
* Revised handling of 'require' calls from Oxygen script.
|
|
1562
|
+
|
|
1563
|
+
## v0.30.1 (2018-05-16)
|
|
1564
|
+
* Various `twilio` module fixes.
|
|
1565
|
+
* Various `email` module fixes.
|
|
1566
|
+
|
|
1567
|
+
## v0.30.0 (2018-05-15)
|
|
1568
|
+
* Add support for referencing global node modules with `require`.
|
|
1569
|
+
* Add `require.allow` option to control if `require` usage is allowed within the script.
|
|
1570
|
+
* Add `opt.autoReport` flag to test script - allow to turn on/off auto-reporting steps.
|
|
1571
|
+
* Add preliminary implementation of `twilio` module.
|
|
1572
|
+
* Add preliminary implementation of `email` module.
|
|
1573
|
+
|
|
1574
|
+
## v0.29.0 (2018-04-22)
|
|
1575
|
+
* Add `mob.getValue`.
|
|
1576
|
+
* Fix `mob.getText`.
|
|
1577
|
+
* Allow to use `require` with global modules inside test scripts.
|
|
1578
|
+
* Use window size instead of viewport in `web.setWindowSize`
|
|
1579
|
+
* Add `customStep` method.
|
|
1580
|
+
* Add support for `continueOnError` option.
|
|
1581
|
+
* Fix `mob` module re-initialization when `reopenSession` is specified.
|
|
1582
|
+
|
|
1583
|
+
## v0.28.0 (2018-03-16)
|
|
1584
|
+
* Add --delay switch for delaying command execution.
|
|
1585
|
+
* Add `web.waitForNotExist`.
|
|
1586
|
+
* Throw NO_SUCH_ELEMENT from `web.waitForVisible` if element doesn't exist.
|
|
1587
|
+
* Deprecate `web.waitForElementPresent`.
|
|
1588
|
+
* Throw LOCATOR_MATCHES_MULTIPLE_ELEMENTS from `web.gettAttribute` and `web.getText` if the locator matches multiple elements.
|
|
1589
|
+
* Add `mob.selectFrame`.
|
|
1590
|
+
* Fix context and init method capabilities merging.
|
|
1591
|
+
* Bump dependencies.
|
|
1592
|
+
|
|
1593
|
+
## v0.27.0 (2018-02-27)
|
|
1594
|
+
* Add `mob.clickLong`.
|
|
1595
|
+
* Don't check for element visibility in `web.select`.
|
|
1596
|
+
|
|
1597
|
+
## v0.26.1 (2018-02-14)
|
|
1598
|
+
* Fix parameters reading.
|
|
1599
|
+
|
|
1600
|
+
## v0.26.0 (2018-02-08)
|
|
1601
|
+
* Add `mob.enableNetwork`.
|
|
1602
|
+
* Fix `mob.swipe` and `mob.dragAndDrop` docs.
|
|
1603
|
+
* Bump dependencies.
|
|
1604
|
+
|
|
1605
|
+
## v0.25.0 (2018-01-21)
|
|
1606
|
+
* Remove '-m' switch.
|
|
1607
|
+
* Add support for accessibility id locators on Android.
|
|
1608
|
+
* [Breaking change] Use ~ for accessibility id locators on iOS instead of "id=" prefix.
|
|
1609
|
+
* Make driver instance accessible from user level scripts.
|
|
1610
|
+
* Add support for external debuggers.
|
|
1611
|
+
|
|
1612
|
+
## v0.24.1 (2017-12-25)
|
|
1613
|
+
* Emit iteration-end event.
|
|
1614
|
+
|
|
1615
|
+
## v0.24.0 (2017-12-25)
|
|
1616
|
+
* Add `mob.alertAccept`.
|
|
1617
|
+
* Fix accessibility id locator strategy for native iOS applications.
|
|
1618
|
+
* Documentation fixes.
|
|
1619
|
+
|
|
1620
|
+
## v0.23.0 (2017-12-16)
|
|
1621
|
+
* [Breaking change] Require explicit web module initialization with `web.init`.
|
|
1622
|
+
* Add `mob.unlockPattern`.
|
|
1623
|
+
* A more reliable `web.waitFor*` implementation.
|
|
1624
|
+
* Add preliminary support for JUnit reports.
|
|
1625
|
+
* Fix suites execution stopping on the first fatal error.
|
|
1626
|
+
* Fix status code handling in `http` module.
|
|
1627
|
+
* Add support for native android id locators without package prefix.
|
|
1628
|
+
* Trim and collapse white space for `web.getAttribute`, `getCssValue`, `getText` return values.
|
|
1629
|
+
* Collapse whitespace in patterns.
|
|
1630
|
+
* Add preliminary `date` module implementation.
|
|
1631
|
+
* webdriverio@4.9.9
|
|
1632
|
+
|
|
1633
|
+
## v0.22.0 (2017-11-11)
|
|
1634
|
+
* Fix time formatting in reports.
|
|
1635
|
+
* Fix reliability issues with `web.waitForWindow`.
|
|
1636
|
+
* Add `mob.smsClickLink`.
|
|
1637
|
+
* Change `mob.getSmsText` to `mob.smsGetText`.
|
|
1638
|
+
|
|
1639
|
+
## v0.21.0 (2017-10-30)
|
|
1640
|
+
* Add `serial.write` and `serial.getBuffer`.
|
|
1641
|
+
* `mob.getSmsText` now uses android-smspopup application (see documentation) instead of SMSPopup from Play Store and accepts optional `wait` argument.
|
|
1642
|
+
* Add `mob.isExist`.
|
|
1643
|
+
* Fix regex pattern matching not performing the matching globally.
|
|
1644
|
+
|
|
1645
|
+
## v0.20.0 (2017-10-23)
|
|
1646
|
+
* Fixed certain errors being ignored.
|
|
1647
|
+
* Add `serial` module.
|
|
1648
|
+
* Add `http` module.
|
|
1649
|
+
* Add `mob.getLcoation`
|
|
1650
|
+
* Fixed empty pattern matching in `web` module.
|
|
1651
|
+
* Fixed `web.selectWindow` and `web.waitForWindow` failing if there is no currently active window.
|
|
1652
|
+
* Fixed `name` locator handling in `web` module.
|
|
1653
|
+
|
|
1654
|
+
## v0.19.6 (2017-10-17)
|
|
1655
|
+
* Return attribute only for the first matching element in web.getAttribute.
|
|
1656
|
+
* Fix glob pattern matching in multi line text.
|
|
1657
|
+
|
|
1658
|
+
## v0.19.5 (2017-10-16)
|
|
1659
|
+
* Return boolean instead of string from mob.is* commands.
|
|
1660
|
+
|
|
1661
|
+
## v0.19.4 (2017-10-15)
|
|
1662
|
+
* Fix mob.scrollIntoElement
|
|
1663
|
+
|
|
1664
|
+
## v0.19.2 (2017-10-12)
|
|
1665
|
+
* Use local time instead of UTC in reports.
|
|
1666
|
+
|
|
1667
|
+
## v0.19.0 (2017-10-11)
|
|
1668
|
+
* Add mob.isCheckable, mob.isChecked, mob.isClickable, mob.isSelected
|
|
1669
|
+
* mob.scroll command renamed to mob.dragAndDrop
|
|
1670
|
+
* Fix web.type failing if passed value is not a string.
|
|
1671
|
+
* Fix handling of parameters with underscore in the name.
|
|
1672
|
+
* Update dependencies.
|
|
1673
|
+
|
|
1674
|
+
## v0.18.2 (2017-10-01)
|
|
1675
|
+
* Fix error types generated on waitForExist and and waitForVisible.
|
|
1676
|
+
|
|
1677
|
+
## v0.18.0 (2017-09-29)
|
|
1678
|
+
* `web`, `soap`, and `db` modules, previously implemented in C#, have been reimplemented in Node.js. This provides a number of significant benefits - faster test initialization, removes the need for version matching between Oxygen and Selenium servers, solves a number of issues on Linux/OS X related to Mono version incompatibility, allows using `soap` and `db` along with the `mob` module, and provides more flexibility in module's development.
|
|
1679
|
+
|
|
1680
|
+
Note that .NET/Mono is still required if you wish to generate HTML or PDF reports.
|
|
1681
|
+
In addition, `db` module now requires `unixODBC` libraries to be installed. See README. If `unixODBC` is not available the module won't be installed.
|
|
1682
|
+
|
|
1683
|
+
Module specific changes are as follows:
|
|
1684
|
+
|
|
1685
|
+
__`soap`__
|
|
1686
|
+
*Removed*
|
|
1687
|
+
`get12` - Removed in favor of the new `soap.get` method.
|
|
1688
|
+
*Changed*
|
|
1689
|
+
`get` - Signature changed to accept WSDL URL, method name, and any complex objects as service arguments. Unlike prior implementation this method will return object instead of a JSON serialization.
|
|
1690
|
+
*Added*
|
|
1691
|
+
`describe`
|
|
1692
|
+
|
|
1693
|
+
__`web`__
|
|
1694
|
+
*Removed*
|
|
1695
|
+
`setBaseUrl`, `quit`, `getXMLPageSourceAsJSON`
|
|
1696
|
+
*Changed*
|
|
1697
|
+
[`waitForWindow`, `waitForValue`, `waitForText`, `waitForNotValuec`, `waitForNotValue`, `waitForElementPresent`,
|
|
1698
|
+
`assertValue`, `assertElementPresent`, `assertAlert`, `assertSelectedValue`, `assertSelectedLabel`] - Now accept timeout as and optional argument.
|
|
1699
|
+
`type` - Support for `${KEY_}` key codes has been removed in favor of Unicode characters.
|
|
1700
|
+
`point` - Accepts two optional arguments xoffset and yoffset.
|
|
1701
|
+
`getWindowHandles` - Return type changed to String[].
|
|
1702
|
+
`getElementCount` - Accepts any of supported locators in addition to XPath.
|
|
1703
|
+
`getElementCount` - Return type changed to Object.
|
|
1704
|
+
|
|
1705
|
+
__`eyes`__
|
|
1706
|
+
Temporary removed pending rewrite.
|
|
1707
|
+
|
|
1708
|
+
|
|
1709
|
+
* Updated dependencies.
|
|
1710
|
+
|
|
1711
|
+
## v0.17.0 (2017-09-17)
|
|
1712
|
+
* Fix iteration collapsing not working in HTML reports when having more than one iteration.
|
|
1713
|
+
* Improve HTML reports.
|
|
1714
|
+
* Add PDF reporter (--rf=pdf switch).
|
|
1715
|
+
* Fix oxygen bin not launching on OSX and Linux.
|
|
1716
|
+
* Fix random parameters mode.
|
|
1717
|
+
|
|
1718
|
+
## v0.16.0 (2017-09-02)
|
|
1719
|
+
* Add web.getCssValue command.
|
|
1720
|
+
|
|
1721
|
+
## v0.15.0 (2017-08-21)
|
|
1722
|
+
* Add mob.tap command.
|
|
1723
|
+
|
|
1724
|
+
## v0.14.1 (2017-08-14)
|
|
1725
|
+
* Make log.* commands generate proper output in html reports.
|
|
1726
|
+
* Remove log.fatal command.
|
|
1727
|
+
|
|
1728
|
+
## v0.14.0 (2017-08-05)
|
|
1729
|
+
* Additional mobile locators: desc-contains, text-contains, scrollable, link-contains.
|
|
1730
|
+
* Fix not being able to use transactions when running web tests with multiple iterations.
|
|
1731
|
+
* Add ability to run mobile tests against remote hubs.
|
|
1732
|
+
|
|
1733
|
+
## v0.13.3 (2017-07-31)
|
|
1734
|
+
* Fix number of issues with Excel reports generation.
|
|
1735
|
+
* Fix report generation when --pm=all option is used.
|
|
1736
|
+
* Don't generate unnecessary XML report when using the --rf=html option.
|
|
1737
|
+
|
|
1738
|
+
## v0.13.2 (2017-07-28)
|
|
1739
|
+
* Fix global installation.
|
|
1740
|
+
|
|
1741
|
+
## v0.13.1 (2017-07-28)
|
|
1742
|
+
* Initial release published to npm registry.
|