question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[test-runner-cli] "Total" vs "Browser" test count

See original GitHub issue

The count for the “Total” tests are currently manages in a new Set<'${testFile}${test.name}'>() while the count for the “Browser” test are managed with a number meaning that where ${testFile}${test.name} to come up duplicated the number of tests could end up not matching up. It’s not necessarily a “bug” but it’s surprising enough that we should likely count the two in the same manner.

It might also be helpful to tell people this happened, in the case that we choose to use the smaller number to report completed tests.

Separately, other tools count “Total” tests as aBrowserTests + bBrowserTests + nBrowserTests, not sure if the way this is tracked here should be revisited.

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:15 (15 by maintainers)

github_iconTop GitHub Comments

2reactions
LarsDenBakkercommented, Jul 18, 2020

Yep, or maybe no overall progress at all. What does it even add ?

0reactions
thepasslecommented, Jul 19, 2020

Yep, or maybe no overall progress at all. What does it even add ?

Seems like a good conclusion to me as well 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

Test Runner: CLI and Configuration
The test runner can be configured using CLI flags, or with a configuration file. ... Ignores browsers option and prints manual testing URL....
Read more >
Nightwatch command line test runner | Developer Guide
Learn how to use the command-line test runner with Nightwatch. ... Automatically open devtools when launching the browser (Chrome, Edge, or Safari).
Read more >
Command-Line Arguments | ReadyAPI Documentation
Commands the runner to organize files with test results into directories and subdirectories that match the test suites and test cases the runner...
Read more >
dotnet test command - .NET CLI
The dotnet test command is used to execute unit tests in a given ... If all tests are successful, the test runner returns...
Read more >
Running tests from the command line | Test Framework
It's pretty simple to run a test project from the command line. ... run, or a regular expression pattern to match tests by...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found