Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Native Automation Documentation: Collect Differences/Oddities When Switching to Native Automation #7892

Closed
htho opened this issue Jul 20, 2023 · 1 comment
Labels
TYPE: enhancement The accepted proposal for future implementation.

Comments

@htho
Copy link
Contributor

htho commented Jul 20, 2023

What is your Scenario?

I have big collection of e2e tests, some fail since I updated to v3.

A Test failed because a click on an element revealed another element. That element was immediately hovered. It was not expected to be hovered. (see my repo: https://github.com/htho/testcafe-repro-click-hover)

I searched the changelog for anything click-related but did not find anything.

What are you suggesting?

A collection of differences and oddities that may happen when switching to native automation.

The current documentation is very generic: https://testcafe.io/documentation/404237/guides/intermediate-guides/native-automation-mode#q-do-i-need-to-change-my-tests-to-run-testcafe-3x

An extra section/page with concrete cases like mine would help.

What alternatives have you considered?

No response

Additional context

No response

@htho htho added the TYPE: enhancement The accepted proposal for future implementation. label Jul 20, 2023
@need-response-app need-response-app bot added the STATE: Need response An issue that requires a response or attention from the team. label Jul 20, 2023
@Aleksey28
Copy link
Collaborator

Hi @htho,

I checked your example. When I run the npm run test-dna command, I do not get any errors. When I run npm run test-na, I get an error:

If I understand it correctly, you meant that there should be .ok() in the 16th row. If this is the case, yes, there is a bug when the Native Automation mode is not used. Please create a separate issue for this bug and separate issues in the case of other bugs and illustrate them with simple examples.

An extra section/page with concrete cases like mine would help.

We have a section with the limitations. It makes no sense to create a section for such bugs. You can find all known bugs in this repo.

@need-response-app need-response-app bot removed the STATE: Need response An issue that requires a response or attention from the team. label Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
TYPE: enhancement The accepted proposal for future implementation.
Projects
None yet
Development

No branches or pull requests

2 participants