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

Migrate Bicep.MSBuild.E2eTests to use vitest #15272

Open
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

shenglol
Copy link
Contributor

@shenglol shenglol commented Oct 8, 2024

  • Migrated from jest to vitest
  • Cleaned up ESLint dependencies and config file

The next step is to consolidate Bicep.Cli.E2eTests and Bicep.MSBuild.E2eTests into a mono workspace to further reduce the maintenance overhead of npm projects..

Microsoft Reviewers: Open in CodeFlow

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Test this change out locally with the following install scripts (Action run 11245787492)

VSCode
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-vsix.sh) --run-id 11245787492
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-vsix.ps1) } -RunId 11245787492"
Azure CLI
  • Mac/Linux
    bash <(curl -Ls https://aka.ms/bicep/nightly-cli.sh) --run-id 11245787492
  • Windows
    iex "& { $(irm https://aka.ms/bicep/nightly-cli.ps1) } -RunId 11245787492"

Copy link
Contributor

github-actions bot commented Oct 8, 2024

Dotnet Test Results

    72 files   -     36      72 suites   - 36   29m 40s ⏱️ - 13m 28s
11 357 tests  -     25  11 357 ✅  -     25  0 💤 ±0  0 ❌ ±0 
26 445 runs   - 13 218  26 445 ✅  - 13 218  0 💤 ±0  0 ❌ ±0 

Results for commit 4ef3ca5. ± Comparison against base commit dfdb943.

♻️ This comment has been updated with latest results.

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.

2 participants