-
Notifications
You must be signed in to change notification settings - Fork 139
Framework tests
Yohan Lasorsa edited this page May 11, 2022
·
3 revisions
For each framework:
- Run
swa initand check if framework is detected correctly and if generated configuration is correct - Run
swa buildand check if it install npm packages and builds correctly (if build is needed) - Run
swa startand check that the app can be tested locally - Run
swa deployand check if it deploy correctly AND works as intended once deployed
Note: some app frameworks without any build process might be detected as "static", which is considered fine is all steps works as intended.
Note: for APIs, swa start only works if there's a web app besides the API.
- dotnet
- init
- start
- build
- deploy
- dotnet-csx
- init
- start
- build
- deploy
- dotnet-isolated
- init
- start
- build
- deploy
- node
- init
- start
- build
- deploy
- node-ts
- init
- start
- build
- deploy
- python
- init
- start
- build
- deploy