Skip to content

What kind of apps we should test? #34

@kjugi

Description

@kjugi

It just came up from the agenda. @jonchurch prepared example app which we can use for performance tests:

PR here: #24

Here comes the question.

How many apps we want to run our tests against?
What other apps we can prepare as well?

Q more related to the PR:
Do we want to strip out the auth from the PR and make a "simple" app and prepare another one for "auth" case?

  • Simple CRUD application (the todo app)
  • Application with auth (the todo app)
  • API Gateway application which parse sent data and validate different type of requests. For some it's doing some computation and for other requests it just forwards to mocked service (like a proxy?)
  • Stress testing
    • Application with many middleware
    • Mounting many sub-routers
    • many routes
    • serialize small & large payloads in response
    • error handling paths
    • async & sync middleware
  • Real world applications (low priority, more like WIBY)

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Type

No type

Projects

Status

No status

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions