Blog Post
vova_chubenko
01-28-2025Sisense Employee
Hi spuma
Here are two approaches you can try for running your UI test scenarios:
Standard Login via UI:
Execute the login process as a regular user would by filling in the username and password fields on the login page.
API-Based Authentication:
Authenticate using the API to set the necessary cookies directly in the page context. This approach allows you to skip the login page entirely and proceed directly to the dashboard or desired page. You can explore the use of steps like UsersAPISteps.userLogIn for implementing this method.
Both options can help you navigate the SSO environment depending on your specific test requirements.
Related Content
Related Content
Automated Machine Learning with Sisense Fusion: A Practical Guide
In this article, we’ll explore how using Sisense and AutoML (Automated Machine Learning) can simplify the process of applying mac...
2.9KViews
2likes
0Comments
Automating Plugin Management in Sisense: A Bash Script Solution Introduction: This solution is applicable for Sisense on Linux on-premise installations. Managing plugins in Sisense, particularly i...
606Views
2likes
0Comments
Automating the Transfer of Designer Dashboards Between Cubes in Sisense
Summary
This article provides a step-by-step guide to automate the transfer of Designer Dashboards from one cube to anoth...
406Views
0likes
0Comments
On article Uploading Files Locally Using Rest (Linux) we saw examples of how to automate the upload of files to File Management. This article describe methods to automate the management of files on...
3.2KViews
1like
1Comment