Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 486 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 486 Bytes

ArticleSearcher

This repository contains a sample iOS application created to learn and demonstrate Unit Testing, UI Testing, and Continuous Integration (CI) using Swift. Additionally, this app fetches articles from the Qiita API and displays them in a list

Features

  • Unit Testing : Test the logic and functionality of individual components.
  • UI Testing : Validate the user interface and interactions.
  • CI : Automate testing and integration processes using GitHub Actions.