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...
599Views
2likes
0Comments
Sisense includes the capability to export all dashboard metadata in JSON format, both via the UI and via API. These include all metadata components of the dashboard and widgets, including widget and ...
123Views
1like
1Comment
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.1KViews
1like
1Comment