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

Report results of a test run in the status bar #90

Closed
zabil opened this issue Jan 15, 2018 · 2 comments
Closed

Report results of a test run in the status bar #90

zabil opened this issue Jan 15, 2018 · 2 comments
Assignees

Comments

@zabil
Copy link
Member

zabil commented Jan 15, 2018

Whenever specifications are run using commands like "Run All Specifications", "Run Scenario" etc from command palette or the code lenses.

Summarize the as follows

  • 22/P, 0/F, 0/S where 22 is the number of scenarios passed, 0 is the number of scenarios failed, 0 is the number of scenarios skipped
  • Colorize 22/P as green 0/F as red and 0/s as yellow

On clicking the status bar it must open the command palette with the options

  • View report
  • Re-run tests
  • Re-run failed tests.
@zabil zabil added the ready label Jan 31, 2018
@Apoorva-GA Apoorva-GA self-assigned this Jan 31, 2018
Apoorva-GA added a commit to getgauge/gauge that referenced this issue Feb 6, 2018
Apoorva-GA added a commit to getgauge/gauge that referenced this issue Feb 6, 2018
Apoorva-GA added a commit that referenced this issue Feb 9, 2018
Apoorva-GA added a commit to getgauge/gauge that referenced this issue Feb 9, 2018
Apoorva-GA added a commit to getgauge/gauge that referenced this issue Feb 9, 2018
BugDiver pushed a commit to getgauge/gauge that referenced this issue Feb 12, 2018
@Apoorva-GA
Copy link
Contributor

Fix should be available in gauge and gauge-vscode nightly >= 12/02/18

@sswaroopgupta
Copy link
Contributor

sswaroopgupta commented Feb 13, 2018

Test cases

  • Status bar displays the information. Instead of P,F and s it shows a tickmark, crossmark and an exclamation mark.
  • Clicking the status bar opens the command palette with the mentioned options
  • View report opens the report in the browser
  • Re-run tests and Re-run failed tests work as expected

OS

  • Windows
  • OSX
  • Linux

Issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

3 participants