# Project 60: Testing Reunite environment variables managing ## Debrief ### What made us smile - Automatic endpoint discovery based on Openapi file - Prefilling request body - Request body validation - Discovery of security schemes used by openapi - Autocompletion of possible dynamic expressions ### What did you find confusing? - How to remove project folder? - How to re-read project folder after changes to files? - `readOnly` properties aren't recognized - Request body validation complains about incorrect type when faces `oneOf` - Re-import of openapi file shows "No results found". Reload helps - File system and Replay goes out of sync after changes to files. Removal of openapi from APIs removes the file from FS but changes to FS aren't reflected in Replay. - App crashes when try to search in collections tab, when have a lot of collections (~20), it shows "Oops! Something went wrong." - In order to make particular api key an input you have to select the value which is not obvious, we would expect it to show immediately or when user pastes any value - Different syntax for referencing dynamic values and success criteria conditions (extra '{ }' wrapped) - No docs about simple conditions in success criteria ### Ideas - Allow particular step to be excluded from the workflow for the use cases when you debug a subset of steps - Some "Verbose" feature flag that enables logging of request for debugging purposes