Skip to content

Framework tests

Yohan Lasorsa edited this page May 11, 2022 · 3 revisions

List of tested frameworks for GA

For each framework:

  • Run swa init and check if framework is detected correctly and if generated configuration is correct
  • Run swa build and check if it install npm packages and builds correctly (if build is needed)
  • Run swa start and check that the app can be tested locally
  • Run swa deploy and 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.

API frameworks

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

App frameworks

Clone this wiki locally