Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'Statistics' button #36

Open
vadi2 opened this issue Dec 11, 2021 · 4 comments
Open

'Statistics' button #36

vadi2 opened this issue Dec 11, 2021 · 4 comments
Labels
feature-script-editor Test using the Script editor dialog in general - tests not specific to triggers, aliases, etc

Comments

@vadi2
Copy link
Member

vadi2 commented Dec 11, 2021

Need a test that ensures the 'statistics' button is always working.

Check out one of the existing script editor tests for inspiration.

@vadi2 vadi2 added the feature-script-editor Test using the Script editor dialog in general - tests not specific to triggers, aliases, etc label Dec 11, 2021
@Kebap
Copy link

Kebap commented Dec 16, 2021

Test: https://app.rainforestqa.com/tests/306636

Via shortcut

  • open script editor
  • press Ctrl + 9 to activate statistics
  • assert statistics visible in main window

Via button

  • open script editor
  • press button: Statistics
  • assert statistics visible in main window

(end of tests)

Notes:

  • Problem is statistics are very large, don't fit a single screen, so graphical output couldn't grab all lines.
  • Also statistical numbers may change, so grabbing only first columns containing statistic titles, not values.

@vadi2
Copy link
Member Author

vadi2 commented Dec 16, 2021

That looks solid. Could you also make it click on the visual button?

@Kebap
Copy link

Kebap commented Dec 16, 2021

That looks solid. Could you also make it click on the visual button?

Done and updated description above

@vadi2
Copy link
Member Author

vadi2 commented Dec 16, 2021

Looks great to me 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-script-editor Test using the Script editor dialog in general - tests not specific to triggers, aliases, etc
Projects
None yet
Development

No branches or pull requests

2 participants