-
Notifications
You must be signed in to change notification settings - Fork 675
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
native automation: run by default #7677
Merged
miherlosev
merged 1 commit into
DevExpress:master
from
miherlosev:disable_native_automation_on_whole_test_run_level
May 30, 2023
Merged
native automation: run by default #7677
miherlosev
merged 1 commit into
DevExpress:master
from
miherlosev:disable_native_automation_on_whole_test_run_level
May 30, 2023
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 4, 2023 08:26
0070f00
to
2dd943c
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 8, 2023 01:11
21798e6
to
5545dcc
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 8, 2023 01:57
ca28901
to
8742ea2
Compare
AlexKamaev
approved these changes
May 8, 2023
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 12, 2023 01:04
d70ff78
to
b2996c2
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 15, 2023 02:50
b2996c2
to
99c08d3
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 16, 2023 05:00
99c08d3
to
f7c47d7
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 16, 2023 05:48
f7c47d7
to
af153e9
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 16, 2023 14:13
af153e9
to
8f52c50
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 20, 2023 08:01
8f52c50
to
2582b57
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 29, 2023 02:35
2582b57
to
0a11f24
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 29, 2023 08:21
59a9fa5
to
594847c
Compare
miherlosev
force-pushed
the
disable_native_automation_on_whole_test_run_level
branch
from
May 30, 2023 01:46
594847c
to
40fe5c4
Compare
Aleksey28
added a commit
to Aleksey28/testcafe
that referenced
this pull request
May 30, 2023
This reverts commit 3f048ad.
miherlosev
pushed a commit
that referenced
this pull request
May 31, 2023
This reverts commit 3f048ad. <!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail
Release v2.6.2-rc.1 addresses this. |
Aleksey28
pushed a commit
to Aleksey28/testcafe
that referenced
this pull request
Jun 1, 2023
Closes DevExpress/testcafe-private#170 Closes DevExpress/testcafe-private#169 Changes: * run nativeAutomation by default * rewrtie logging for the `testRunController` class * switch to the legacy run mode if there are browsers that don't support the native automation mode * refactorings
Aleksey28
added a commit
that referenced
this pull request
Jun 4, 2023
Closes DevExpress/testcafe-private#170 Closes DevExpress/testcafe-private#169 Changes: * run nativeAutomation by default * rewrtie logging for the `testRunController` class * switch to the legacy run mode if there are browsers that don't support the native automation mode * refactorings <!-- Thank you for your contribution. Before making a PR, please read our contributing guidelines at https://github.com/DevExpress/testcafe/blob/master/CONTRIBUTING.md#code-contribution We recommend creating a *draft* PR, so that you can mark it as 'ready for review' when you are done. --> ## Purpose _Describe the problem you want to address or the feature you want to implement._ ## Approach _Describe how your changes address the issue or implement the desired functionality in as much detail as possible._ ## References _Provide a link to the existing issue(s), if any._ ## Pre-Merge TODO - [ ] Write tests for your proposed changes - [ ] Make sure that existing tests do not fail Co-authored-by: Mikhail Losev <mlosev86@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Closes https://github.com/DevExpress/testcafe-private/issues/170
Closes https://github.com/DevExpress/testcafe-private/issues/169
Changes:
testRunController
class