You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
when User run the suite through Run Suite button then toast msg should be behave like below.
when user click on open(it should rename with Open Report) link on toast msg it will be better it should open new tab on same window.
toast msg should not close based on default timeout. initially it should show with info status and after success or error status should show based on status of execution completion.
why it's required : User can know if suite running or not through toast msg on top if user select any other page or any action on GUI then toast msg should not close(it should remain while suite running).
Note: can go with another approach like when user click on suite run so after default timeout finished for toast msg it should
auto redirect to execution report page.
The text was updated successfully, but these errors were encountered:
toast msg should not close based on default timeout
I understand, if a suite is running it should be visible even if the user navigates between pages. This is not easy to do right now. I'll keep this open.
I am planning to implement this feature. as of now I have implement like below
once user click on run suite so it's redirect to new tab of report page and there it will show the toast msg based on status of running and once complete with success and fail it will show with success and fail status on toast.
I m thinking we should develop like
when user click on run suite then toast msg should display in corner with running and based on result it should continue display success and failed status and toast should not close automatically after complete of execution of suite. based on user action it should close
Let me know if you agree with this or something other way you want me to develope.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
when User run the suite through Run Suite button then toast msg should be behave like below.
why it's required : User can know if suite running or not through toast msg on top if user select any other page or any action on GUI then toast msg should not close(it should remain while suite running).
Note: can go with another approach like when user click on suite run so after default timeout finished for toast msg it should
auto redirect to execution report page.
The text was updated successfully, but these errors were encountered: