Closed daenamkim closed 1 year ago
Hello. Thank you for sharing your test cases. I got the following results:
.checked of Selector is always false no matter click
I did not manage to reproduce this issue:
ctrl+a does not work for pressKey()
I did not manage to reproduce the issue. It works for me.
stringifyRequestBody: true returns broken string
I could reproduce the issue with version 2.5.0. However, it has been fixed in master but has not been published yet.
service worker is not working at all
I reproduced the issue. Thank you. For some reason, this test fails even without native automation
mode on.
@AlexKamaev Hi, thanks for clarifying this. Did you try to run the attached file (testcafe-typescript-vue-report.zip) above? Except for .checkbox
, all happens in my local env.
Here is my recorded video:
For .checkbox
, is there any possible case that TestCafe cannot read the value properly? e.g. Web compile setting
Since I have tried to make almost same env with our project from scratch but it happens in our project only. FYI, without native automation
mode it works well.
@AlexKamaev Hi, any update or suggestion for this? :bow:
@daenamkim We did not have a chance to research your usage scenario in greater detail. The fix with the post request will be published in the next TestCafe release. Regarding your other usage scenarios, we'll check them again once we start working on the issue.
Hi @daenamkim,
Please try to run your test suite using the latest TestCafe master branch. You can get it from here: https://github.com/AlexKamaev/issues/raw/master/testcafe-2.6.1.tgz.
Let us know your results.
Hi @daenamkim,
Please try to run your test suite using the latest TestCafe master branch. You can get it from here: https://github.com/AlexKamaev/issues/raw/master/testcafe-2.6.1.tgz.
Let us know your results.
@AlexKamaev Thanks for the heads up! I have just tested and the result is:
ctrl+a
does not work but service worker
works! That's great improvement! When do you release the new version? I am really looking forward to it.
@daenamkim
I'm happy to hear that the issue with serviceWorker is solved. As for the ctrl+a
issue, the test passes in my case as well. Did you make some modifications in your test or in you app? If you can share your latest example version or prepare another one (perhaps without Vue), we would love to continue the research of the described problem.
@daenamkim
I'm happy to hear that the issue with serviceWorker is solved. As for the
ctrl+a
issue, the test passes in my case as well. Did you make some modifications in your test or in you app? If you can share your latest example version or prepare another one (perhaps without Vue), we would love to continue the research of the described problem.
@AlexKamaev Thanks! I have tested using not only Vue app also the sample code in TestCafe getting started doc. The first video without Native Automation looks good but the second video with it seems not working
https://github.com/DevExpress/testcafe/assets/16159767/6b951184-94e0-48cc-9a60-d5aa702e1dcc
I'm still not able no reproduce the ctrl+a delete
issue. It works for me. Please share your configuration:
Please ensure that you run your tests from local folder and that your TestCafe version is 2.6.1 (only for that my custom build).
Please run the npx testcafe -v
command and share results with us.
@AlexKamaev Thanks for testing again for me. I have tested again I can see the error consistently. I have attached a test code to see the error. It would be glad to know that I did something wrong.
Operating system
macOS 13.3.1 (a) (22E772610a)
Chrome:
Version 113.0.5672.126 (Official Build) (arm64)
Node:
node --version
v18.14.0
TestCafe
yarn install
npx testcafe -v
2.6.1
Steps to reproduce
Download testcafe-typescript-vue-report.zip
yarn install
yarn test:na
@daenamkim We reproduced the issue. It looks like it is specific to MacOS for some reason. Thank you for your cooperation.
Release v3.0.0-rc.1 addresses this.
Release v3.0.0-rc.1 addresses this.
It is so beautiful! Thanks!
What is your Scenario?
In order to use some packages using private in test, I have been testing from --experimental-proxyless to native automation mode for quite amount of time.
What is the Current behavior?
I found some issues that I could not resolve.
.checked
of Selector is alwaysfalse
no matter clickctrl+a
does not work forpressKey()
stringifyRequestBody: true
returns broken stringThis attached file is for a demo what I have tried to confirm on my side:
testcafe-typescript-vue-report.zip
What is the Expected behavior?
All should be working as in normal mode which is no
--native-automation
What is your public website URL? (or attach your complete example)
Please see
testcafe-typescript-vue-report.zip
file aboveWhat is your TestCafe test code?
Please see
testcafe-typescript-vue-report.zip
file aboveYour complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
(See
README.md
)Open another terminal and run:
TestCafe version
2.5.0
Node.js version
18.14.0
Command-line arguments
(See package.json) npx testcafe chrome --native-automation
Browser name(s) and version(s)
No response
Platform(s) and version(s)
No response
Other
No response