This commit is contained in:
Olivia Chen 2020-09-29 10:57:40 -07:00
Родитель 5b4cb708c7
Коммит a1f2127321
2 изменённых файлов: 14 добавлений и 0 удалений

Просмотреть файл

@ -1,5 +1,7 @@
# Blazor Scenarios
An introduction of how to run scenario tests can be found in [Scenarios Tests Guide](./scenarios-workflow.md). The current document has specific instruction to run:
- [New Blazorwasm Template Size On Disk](#new-blazorwasm-template-size-on-disk)
## New Blazorwasm Template Size On Disk
**New Blazorwasm Template Size On Disk** is a scenario test that meausres the size of published output of blazorwasm template. In other words, our test harness *implicitly* calls

Просмотреть файл

@ -1,4 +1,6 @@
# SDK Scenarios
An introduction of how to run scenario tests can be found in [Scenarios Tests Guide](./scenarios-workflow.md). The current document has specific instruction to run:
- [SDK Build Throughput Scenario](#sdk-build-throughput-scenario)
## SDK Build Throughput Scenario
**SDK Build Throughput** is a scenario test that measures the throughput of SDK build process. To be more specific, our test *implicitly calls*
```
@ -72,6 +74,16 @@ The test result should look like the following:
Same instruction of [Step 4 in Scenario Tests Guide](scenarios-workflow.md#step-4-run-postcommand).
## Command Matrix
- \<tfm> values:
- netcoreapp2.1
- netcoreapp3.0
- netcoreapp3.1
- net5.0
- \<build option> values:
- clean_build
- build_no_change
| Scenario | Asset Directory | Precommand | Testcommand | Postcommand | Supported Framework | Supported Platform |
|-------------------------------|----------------------|--------------------------|-----------------------------|-------------|---------------------------------------------------------|---------------------|
| SDK Console Template | emptyconsoletemplate | pre.py default -f \<tfm> | test.py sdk \<build option> | post.py | netcoreapp2.1;netcoreapp3.0;netcoreapp3.1;netcoreapp5.0 | Windows;Linux |