Skip to content

Commit

Permalink
E2E postman tests (#242)
Browse files Browse the repository at this point in the history
Co-authored-by: Laurent Ellerbach <laurelle@microsoft.com>
  • Loading branch information
torbacz and Ellerbach authored Feb 13, 2024
1 parent 83e51a5 commit c8632ec
Show file tree
Hide file tree
Showing 3 changed files with 952 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,14 @@ private static void WebServerStatusChanged(object obj, WebServerStatusEventArgs
}
```

## E2E tests

There is a collection of postman tests `nanoFramework WebServer E2E Tests.postman_collection.json` in WebServerE2ETests which should be used for testing WebServer in real world scenario. Usage is simple:
- Import json file into Postman
- Deploy WebServerE2ETests to your device - copy IP
- Set the `base_url` variable to match your device IP address
- Choose request you want to test or run whole collection and check tests results.

## Feedback and documentation

For documentation, providing feedback, issues and finding out how to contribute please refer to the [Home repo](https://github.com/nanoframework/Home).
Expand Down
Loading

0 comments on commit c8632ec

Please sign in to comment.