DevExpress / testcafe

A Node.js tool to automate end-to-end web testing.
https://testcafe.io
MIT License
9.82k stars 671 forks source link

With Native Automation how to avoid windows SSO #8247

Closed aprabh001c closed 2 months ago

aprabh001c commented 2 months ago

What is your Scenario?

In Native Automation mode how to make sure every time it routes to Microsoft SSO instead of taking existing sso login. I have tried Authentication and Roles, deleteCookies function but nothing helped,

What is the Current behavior?

For my application everytime browser has to ask for SSO and then proceed with testing

Disable Native Automation Mode: - In this mode, testcafe runs in proxy and it always goes to SSO page, once application url is launced

Native Automation Mode In this mode, testcafe takes existing SSO login and proceed with wrong user details

What is the Expected behavior?

In native automation, there should be an option to not consider microsoft sso logins

What is the public URL of the test page? (attach your complete example)

NA

What is your TestCafe test code?

NA

Your complete configuration file

TestCafe - 3.6 Node - 20.16

Your complete test report

No response

Screenshots

No response

Steps to Reproduce

1. 2. 3.

TestCafe version

3.6

Node.js version

20.16.0

Command-line arguments

na

Browser name(s) and version(s)

No response

Platform(s) and version(s)

No response

Other

No response

github-actions[bot] commented 2 months ago

Thank you for your inquiry. It looks like you're asking a question. We use GitHub to track bug reports and enhancement requests (see Contributing). Address your question to the TestCafe community on StackOverflow instead.

If you encountered a bug, open a new issue, and follow the "bug report" template. Thank you in advance.