Skip to content

Commit

Permalink
Legacy links (#264)
Browse files Browse the repository at this point in the history
### Summary
<!-- In one or two sentences, describe your changes. -->

### Related PRs, issues, or features (optional)
-  (https://kobiton.atlassian.net/browse/KOB-46533)


### Metadata
<!-- ✅ Check all boxes that apply, like this: [x] -->
- [ ] Adds new file(s)
- [x] Edits existing file(s)
- [ ] Removes file(s)

### PR contributor checklist
<!-- Once you've filled out your metadata, select "Create Draft Pull
Request" and review your PR _before_ filling out the following
checklist. -->

- [x] My PR follows the [Kobiton Docs contributor
guidelines](https://github.com/kobiton/docs/blob/main/CONTRIBUTE.adoc),
meaning:

    - My content contains correct spelling and grammar.
- My directories and files are
[named](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#directory-and-file-names)
and
[structured](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#directory-structure)
correctly.
- My style and voice follows the [Microsoft Style
Guide](https://learn.microsoft.com/en-us/style-guide/brand-voice-above-all-simple-human).
- I added all new pages to their section's [`nav.adoc`
file](https://github.com/kobiton/docs/blob/main/CONTRIBUTING.md#configure-navigation-in-navadoc).
    - I removed all localizations (like `en-us`) from my URLs.
  • Loading branch information
tungmhoang authored Oct 4, 2024
2 parents 39b25a0 + 6f13548 commit ebbf329
Show file tree
Hide file tree
Showing 26 changed files with 24 additions and 53 deletions.
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/1_1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ _May 30, 2017_

* Ability to display session in user-configured timezone
* Kobiton Desktop App now shows detailed steps when initializing devices
* Documented the https://support.kobiton.com/faq/local-testing-vpn[whitelist approach] for app testing behind the firewall
* Documented the whitelist approach for app testing behind the firewall
* Many bug fixes

== Customers update
Expand Down
4 changes: 2 additions & 2 deletions docs/modules/release-notes/pages/all-releases/1_3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ We also support plan upgrading for paid users:

=== Manual Test Enhancements

* Support iOS 11 Beta on https://support.kobiton.com/devices-list/[these devices]
* Support iOS 11 Beta
* Support video player in the Session Details page
* Support changing device timezone for Android
* Support changing device location for IOS

=== Automation Test Enhancements

* https://support.kobiton.com/automation-testing/get-Kobiton-session-id/[Retrieve Kobiton Session ID] through 02 requests `GET /session/:sessionId` and `POST /session`
* Retrieve Kobiton Session ID through these requests `GET /session/:sessionId` and `POST /session`
* Finish a test session immediately after `DELETE /session/:sessionId` instead of waiting for device cleanup

=== API Enhancements
Expand Down
4 changes: 0 additions & 4 deletions docs/modules/release-notes/pages/all-releases/1_4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,6 @@ _October 09, 2017_

== Improvements

=== More Devices

* We've added 150 new devices! See list of https://support.kobiton.com/devices-list[all device models].

=== Manual Test

* Improve gestures: scroll and zoom with mouse or trackpad
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_0_2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ _February 12, 2018_

=== Manual testing

* Capture and download https://support.kobiton.com/manual-testing/toolbar-features/network-activity-log/[network traffic log (HAR file)] of browser on iOS devices for analyzing performance bottlenecks and security issues.
* Capture and download network traffic log (HAR file) of browser on iOS devices for analyzing performance bottlenecks and security issues.

=== Security scanning

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ _v21 May 07, 2018_
* Always use Chrome v62 on Android devices to solve compatibility issues in Chrome browser and Appium
* Support UiAutomator2 test engine on Android device

* Support exact and similar device model matching. Support https://support.kobiton.com/automation-testing/desired-capabilities-usage[special character] asterisk (*) to generalize the capability value on:
* Support exact and similar device model matching. Support special character asterisk (*) to generalize the capability value on:
** deviceName
** platformVersion

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_14.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Only available for in-house devices. To enable this feature, mailto:support@kobi
* *Bypass the passcode on iOS devices*: Devices or applications that are encountered the passcode for security or any specific testing purpose, Kobiton will help you to automatically input the passcode and continue your test execution.

[NOTE]
Worked for both manual & automation—Supported from iOS version 10.x to 13.2.3—required to strictly follow the https://support.kobiton.com/manual-testing/ios-passcode-guidelines/[guidelines] for the setup.
The bypass feature supports both manual and automated tests on iOS devices (versions 10 to 13.2.3) that have passcodes enabled following Kobiton's guidelines.

== Enhancements

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_3.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ On Android, if the automationName attribute is empty, Kobiton will set a default

== Device Cleanup

* Kobiton now offers users who use Device Lab Management to host / manage their own devices, a flexible method to control a cleanup process. Kobiton’s users are able to include / exclude the https://support.kobiton.com/device-lab-management/device-cleanup-policy/device-cleanup[Cleanup Activities] (refer to the list below) after exiting a manual / automation session:
* Kobiton now offers users who use Device Lab Management to host / manage their own devices, a flexible method to control a cleanup process. Kobiton’s users are able to include / exclude the Cleanup Activities (refer to the list below) after exiting a manual / automation session:
** Remove apps installed within a session
** Remove browser’s cache and browsing history
** Reset device settings (turn on WIFI, USB Debugging, turn off Airplane Mode…)
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_4.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ _September 17, 2018_

== New features

* *Device Cleanup*: Add https://support.kobiton.com/device-lab-management/device-cleanup-policy/how-to-config-the-cleanup-policy(global-cleanup-policy)["Close Recent App"] policy for both Android and iOS after exiting a manual and automation
* *Device Cleanup*: Add "Close Recent App" policy for both Android and iOS after exiting a manual or automation session.

== Enhancements

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_5_1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ _October 08, 2018_
* Implementing the new user interface and logic for the automation testing to adapt the Organization Management feature. Kobiton will automatically set your first assigned group as “Default Group,” which can be manually changed.

[NOTE]
Now in the Profile settings, you can select the https://support.kobiton.com/organization-management/automation-for-groups/default-group-setting/[“Default Group”] for the automation testing. “Default Group” is used to check and store the generated automation sessions when you don’t specify the groupID in the desired capabilities. In contrast, with the groupID in https://support.kobiton.com/automation-testing/desired-capabilities-usage/[desired capabilities], your sessions will be generated based on the defined group.
Now in the Profile settings, you can select the “Default Group” for the automation testing. “Default Group” is used to check and store the generated automation sessions when you don’t specify the groupID in the desired capabilities. In contrast, with the groupID in desired capabilities, your sessions will be generated based on the defined group.
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/2_6.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ If the groupID is not provided in the Desired Capabilities:

* For picking up a device, Kobiton will get devices from all assigned groups of the user and hosted devices (if any)

* The https://support.kobiton.com/organization-management/automation-for-groups/default-group-setting/[“Default Group”] in the Profile settings will be used to store all the generated automation sessions
* The “Default Group” in the Profile settings will be used to store all the generated automation sessions

=== REST API

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/release-notes/pages/all-releases/3_0.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,6 @@ _January 06, 2020_

We are excited to introduce the new product Intelligent Test Automation (ITA) to heal-up any pain points regarding the automation testing with artificial intelligence (AI). ITA lets you simply perform a manual test execution on one device and being automatically revisited on multiple other devices without any scripting skills required.

https://support.kobiton.com/hc/en-us/articles/360056068271[Explore ITA now]

== Kobiton

=== New Features
Expand Down
4 changes: 0 additions & 4 deletions docs/modules/release-notes/pages/all-releases/3_1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,12 @@ Thanks for using ITA! We know our very first ITA’s version was not so perfect,
* Supported the playback with the action Enter key & Delete key on iOS devices
* Supported the playback with the action Touch & Swipe on iOS devices

https://support.kobiton.com/hc/en-us/articles/360056068111[Explore ITA now]

== Kobiton

=== New Features

* *Jira integration with Kobiton*: Now you can directly file a bug while you are using Kobiton Portal without switching to another tab. Our integration automatically adds the metadata about the device you are testing on, which might help you easily troubleshoot an issue.

https://support.kobiton.com/hc/en-us/articles/360056066951[Explore the Jira integration now]

=== Enhancement

* A few of you had trouble logging into our Portal recently. Rest assured, we've resolved the issue.
Expand Down
2 changes: 0 additions & 2 deletions docs/modules/release-notes/pages/all-releases/3_10_1.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ You can now inject the same Visual Assertions from Kobiton Scriptless automation

Injecting these assertions is as easy as configuring your Desired capabilities, eliminating the need to script custom assertions, alter your source code, or leverage complex API calls in order to add Visual Testing to your mobile testing strategy.

You can learn more about Visual Assertions https://support.kobiton.com/hc/en-us/articles/360059106831[here].

== Bug Fixes and Enhancements

=== Open Appium export
Expand Down
9 changes: 4 additions & 5 deletions docs/modules/release-notes/pages/all-releases/3_11.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,13 @@ _April 19, 2021_

* Performance remediation tests now include support for Performance assertions- in addition to the already released crash, visual, and text assertions. NOVA will identify each test step that takes longer than the set baseline time and will identify them on the session explorer.
* Data from a scroll wheel gesture is now captured and can be played back and simulated when run against multiple devices.
* Scriptless automation sessions can be https://support.kobiton.com/hc/articles/360060086051[set to run on different device bundles from the Kobiton UI]. This improves automated testing sessions in a few ways:
* Scriptless automation sessions can be set to run on different device bundles from the Kobiton UI. This improves automated testing sessions in a few ways:
** You no longer need to use Kobiton's API to select different bundles to run a session on
** Instead of running a second manual session, just choose a different bundle on the UI's bundle list
** Tests on bundles can be run in parallel
* Automation scripts can be set by desired capabilities rather than just being able to run those tests from the the portal
* https://support.kobiton.com/hc/articles/360059922911[Appium Export Script Flow]: there can be a bit of a learning curve when going from manual testing to testing with Appium. Although Kobiton does lesson the curve by exporting an appium script based on a manual session, they were only available when using scriptless automation. Now, users can access those scripts after a manual session and are available on all Scriptless revisit sessions.
* This release introduces the ability to https://support.kobiton.com/hc/articles/360060029671[edit the manual session] meant to be used as the baseline session for NOVA's Scriptless automation runs. This will provide you with more flexibility, allows for the removal of unnecessary or redundant test steps which will give you a much better testing experience.
* Appium Export Script Flow: there can be a bit of a learning curve when going from manual testing to testing with Appium. Although Kobiton does lessen the curve by exporting an appium script based on a manual session, they were only available when using scriptless automation. Now, users can access those scripts after a manual session and are available on all Scriptless revisit sessions.
* This release introduces the ability to edit the manual session meant to be used as the baseline session for NOVA's Scriptless automation runs. This will provide you with more flexibility, allows for the removal of unnecessary or redundant test steps which will give you a much better testing experience.

=== Script-based Test Automation

Expand All @@ -30,7 +30,7 @@ Our previous release introduced Visual Assertion to catch visual issues apps may

==== Kobiton Portal

* Kobiton users already have the ability to spoof a device's location, but can now set it by using map markers and search. This eliminates having to look up the exact latitude and longitude of the location you want to spoof. You can learn more https://support.kobiton.com/hc/en-us/articles/360055622512[here].
* Kobiton users already have the ability to spoof a device's location, but can now set it by using map markers and search. This eliminates having to look up the exact latitude and longitude of the location you want to spoof.
* Device list groups can now be changed right on the UI's Group dropdown list.
* Users will now see a confirmation popup before deleting a user from an organization with a reminder that once a user is removed you'll need to contact support for that user to be added back into the user base.
* While waiting for a device to load on the portal for a manual session, check out our Tips and Tricks panel. In addition to short blurbs that will help keep you up-to-date on Kobiton capabilities, watch out for videos and images to call out Kobiton features.
Expand All @@ -45,7 +45,6 @@ Our previous release introduced Visual Assertion to catch visual issues apps may
** OnePlus 8
* New Android OS Support! We now support Android 12 Developer Preview.
* The device's details modal will now include information on when a device was last utilized. This will help give insight on whether a device was currently in use or if it may be in a hung state and needs to be restarted.  
* We are deprecating docs.kobiton.com, but documentation and support issues can be found and reported on support.kobiton.com

==== REST API

Expand Down
3 changes: 1 addition & 2 deletions docs/modules/release-notes/pages/all-releases/3_2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ We are constantly working to improve the ITA usage experience, here’s a summar
[NOTE]
The virtual keyboard might not work properly on the passcode field on the Android < 7

* *Crash Remediation*: Now when a crash happens on any executions, ITA will automatically detect and bring-out the specific crash log within the remediation. In this case, ITA provides you with new remediation actions such as Ignore or Report Bug. Click https://support.kobiton.com/ita/remediation/crash-remediation/[here] to learn more.
* *Crash Remediation*: Now when a crash happens on any executions, ITA will automatically detect and bring-out the specific crash log within the remediation. In this case, ITA provides you with new remediation actions such as Ignore or Report Bug.

* *Bug fixes*: Fixed many critical bugs that blocked the ITA process, providing the better testing experience.

Expand All @@ -35,4 +35,3 @@ The virtual keyboard might not work properly on the passcode field on the Androi
* Provide the sorting mechanism on the Members List (organization management)
* If you have had a problem that cannot change the video quality in the session settings, you should no longer encounter this problem.
* Improve the quality of the system for a better testing experience (fix problems with hubs, tcp socket, etc.)
* For Kobiton current supported platforms, you can click https://support.kobiton.com/faq/supported-platforms/[here].
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/3_20.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ We've also introduced Configurations in this release. With custom configurations
For manual testing, the user selects the custom configuration from the Device card prior to launching a test to see network payload capture information.

[NOTE]
Network Payload Capture requires each device to have a certificate installed before using this feature. See https://support.kobiton.com/hc/en-us/articles/360055590932[here] for more information.
Network Payload Capture requires each device to have a certificate installed before using this feature.

=== Enhancements when installing an app without launching a session

Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/3_21.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ If a user is using an older browser, our lightning mode functionality may not fu

=== Introducing virtualUSB (beta)

Developers often connect devices to their development workstations to use their IDE to troubleshoot and debug mobile apps. Sometimes, they don't have physical access to specific devices or OS versions. Testers also may need direct access to devices from an IDE. So, we're introducing virtualUSB, which provides the means to use XCode, Instruments, or iTunes to remotely connect to a real Private or Local device from the Kobiton Portal as if the device were directly connected to the user’s machine. With virtualUSB installed, the user can login with their Kobiton credentials, then connect to device(s) and use them as they were plugged to their machine. Learn more https://support.kobiton.com/hc/en-us/articles/6306031444109-virtualUSB-Beta-version-Install-and-config-guide-on-macOS[here].
Developers often connect devices to their development workstations to use their IDE to troubleshoot and debug mobile apps. Sometimes, they don't have physical access to specific devices or OS versions. Testers also may need direct access to devices from an IDE. So, we're introducing virtualUSB, which provides the means to use XCode, Instruments, or iTunes to remotely connect to a real Private or Local device from the Kobiton Portal as if the device were directly connected to the user’s machine. With virtualUSB installed, the user can login with their Kobiton credentials, then connect to device(s) and use them as they were plugged to their machine.
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/3_22.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ Admins can find this report in the left hand navigation for reports.

=== Enable validations on scroll action

To date, Kobiton has performed validations such as Text, Text-color, and Visual only on captured screenshots from the Touch action. This enhancement adds the ability to analyze captured screenshots from the scroll action - we will compare the screen before and after the scroll to perform validations. More about validations can be found https://support.kobiton.com/hc/en-us/articles/360056070291-Validation-Remediation-[here].
To date, Kobiton has performed validations such as Text, Text-color, and Visual only on captured screenshots from the Touch action. This enhancement adds the ability to analyze captured screenshots from the scroll action - we will compare the screen before and after the scroll to perform validations.
2 changes: 0 additions & 2 deletions docs/modules/release-notes/pages/all-releases/3_27.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ API v2 is now available with improved performance and new endpoints.

Check out the API v2 documentation site link:https://api.kobiton.com/v2/docs[here].

A quick introduction on how to navigate and try real API requests in this site, as well as the current API v2 limitations can be found link:https://support.kobiton.com/hc/en-us/articles/6782179234445-API-v2[here].

link:https://api.kobiton.com/docs/?http#kobiton-api-v1-0[Kobiton API v1] is still available until further notice. We encourage you to start using API v2 as you add new test scripts and processes.

For endpoints in API v1 not yet offered in v2, continue to use API v1. We'll continue to enhance API v2 in future releases.
Expand Down
2 changes: 1 addition & 1 deletion docs/modules/release-notes/pages/all-releases/3_28.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ We made the following changes:
* Included a running session’s log in the response of _Get a session_ endpoint
* Added the ability to access both API v1 and API v2 from within the Kobiton Cloud Portal

Check out the API v2 documentation site link:https://api.kobiton.com/v2/docs[here]. A quick introduction on how to navigate and try real API requests in this site, as well as the current API v2 limitations, can be found link:https://support.kobiton.com/hc/en-us/articles/6782179234445-API-v2[here].
Check out the API v2 documentation site link:https://api.kobiton.com/v2/docs[here].

link:https://api.kobiton.com/docs/?http#kobiton-api-v1-0[Kobiton API v1] is still available until further notice. We encourage you to start using API v2 as you add new test scripts and processes.

Expand Down
2 changes: 0 additions & 2 deletions docs/modules/release-notes/pages/all-releases/3_8_2.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ New IDE plugins are now available for both Android Studio and IntelliJ. These pl
* The IntelliJ plugin is in both the JetBrains marketplace and the Visual Studio Code Marketplace and is more accessible.
* There is no need to restart the IDE after establishing a session.

To learn more, you can read the https://support.kobiton.com/integration/adb-tunnel-plugin/1-intro[ADB tunnel plugin] documentation.

=== Manual canvas iFrame is now generally available

The manual canvas iFrame is now out of beta and generally available. With this iFrame, you can make Kobiton manual testing portable by embedding the Manual Canvas into anywhere that supports iFrame.
Expand Down
Loading

0 comments on commit ebbf329

Please sign in to comment.