BYU-Broadcast/ScreenSharing

[ScreenSharing] Write Unit+Integration Tests with Docker

brightlightkim 2022. 4. 22. 01:43

ConvertFileType Step

  • Squares (Parallel Tasks)
    • one of more execution of this file
  • AAC >> MP3 (Convert it)
  • Write some integration tests for that
    • Test the whole containers
  • src/workflow/create-derivative-assets
  • ECS >> Amazon Containers
  • Dockerfile >> ENTRYPOINT
  • transform.js
    • download the file and upload it to MP3
  • Docker Util File
  • HardCoded Environment Variable and pull them in

 

Docker

  • Test the entire container and test dependency as well
  • Docker >> auto-add dependency