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

Added Test Framework CLI Command #11216

Merged
merged 4 commits into from
Jul 13, 2023

Conversation

JuanPabloMontoya271
Copy link
Contributor

@JuanPabloMontoya271 JuanPabloMontoya271 commented Jul 12, 2023

Test Framework CLI commands

  • Included Command to run a test file
  • Included Integration tests to validate that the command does not run when the experimental feature flag is false
Microsoft Reviewers: codeflow:open?pullrequest=#11216

Copy link
Contributor

@shenglol shenglol left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:shipit:

@github-actions
Copy link
Contributor

github-actions bot commented Jul 13, 2023

Test Results (linux-musl-x64)

       33 files  ±0         33 suites  ±0   29m 53s ⏱️ - 4m 45s
10 153 tests +3  10 153 ✔️ +3  0 💤 ±0  0 ±0 
12 369 runs  +3  12 369 ✔️ +3  0 💤 ±0  0 ±0 

Results for commit 1a03c57. ± Comparison against base commit 87ca110.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 13, 2023

Test Results (osx-x64)

       44 files  +     11         44 suites  +11   2h 15m 12s ⏱️ + 49m 6s
10 157 tests +       3  10 157 ✔️ +       3  0 💤 ±0  0 ±0 
14 414 runs  +2 044  14 414 ✔️ +2 044  0 💤 ±0  0 ±0 

Results for commit 1a03c57. ± Comparison against base commit 87ca110.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 13, 2023

Test Results (win-x64)

       33 files  ±0         33 suites  ±0   33m 10s ⏱️ - 1m 46s
10 165 tests +3  10 165 ✔️ +3  0 💤 ±0  0 ±0 
12 380 runs  +3  12 380 ✔️ +3  0 💤 ±0  0 ±0 

Results for commit 1a03c57. ± Comparison against base commit 87ca110.

♻️ This comment has been updated with latest results.

@github-actions
Copy link
Contributor

github-actions bot commented Jul 13, 2023

Test Results (linux-x64)

       33 files  ±0         33 suites  ±0   30m 5s ⏱️ - 5m 53s
10 153 tests +3  10 153 ✔️ +3  0 💤 ±0  0 ±0 
12 369 runs  +3  12 369 ✔️ +3  0 💤 ±0  0 ±0 

Results for commit 1a03c57. ± Comparison against base commit 87ca110.

♻️ This comment has been updated with latest results.

{
switch (args[i].ToLowerInvariant())
{
case "--stdout":
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's not clear to me what some of these flags would do for tests (--stdout, --outfile, --outdir). Since the command is hidden from regular users, I think it's fine to leave these here for now, but we should think about removing things that don't make sense once we do the implementation.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sounds good,
I will delete them in the implementation PR

@JuanPabloMontoya271 JuanPabloMontoya271 merged commit 3b96141 into main Jul 13, 2023
52 checks passed
@JuanPabloMontoya271 JuanPabloMontoya271 deleted the JuanPabloMontoya271/TestFrameworkCLICommand branch July 13, 2023 16:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants