UBCSailbot / sailbot_workspace

UBC Sailbot's monorepo
https://ubcsailbot.github.io/sailbot_workspace/main/
Apache License 2.0
4 stars 1 forks source link

Adding a HTTP POST Request for Integration Tests #233

Open FireBoyAJ24 opened 7 months ago

FireBoyAJ24 commented 7 months ago

Purpose

Provide HTTP support to integration tests so that we can test the website, global pathfinding and network system.

Description

Inputs we are sending to the website Based on the design specification the following tasks needs to be completed.

Further details on what to implement are documented in the integration test and are highlighted in red.

Resources