Skip to content
This repository has been archived by the owner on Nov 2, 2021. It is now read-only.

DEPRECATED - Apply API test automation to ensure backend serivice quality

Notifications You must be signed in to change notification settings

mozilla-tw/FFLiteApiAutomationTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Firefox Lite Backend API Integration Test

Firefox Lite Backend API test to make sure backend service are good.

Getting Started

Please clone the project and set up Gradle environment.

git clone [email protected]:mozilla-tw/FFLiteApiAutomationTest.git

System Requirement

  1. The system can switch among [mock,stage,prod] environment to access endpoint.
  2. The system can include or exclude tests by multiple tags
  3. The system can constructing request
  4. The system can extract, verify response
  5. The system can generate test report

System design overview

Screen Shot 2019-08-28 at 5 20 08 PM

Running the tests

We can shift among [mock,stage,prod] by sending env parameter as input.

./gradlew clean -Penv=mock runApiTest

Built With

  • Gradle - Dependency Management

Authors

See also the list of contributors who participated in this project.

Acknowledgments

  • Service engineering team

About

DEPRECATED - Apply API test automation to ensure backend serivice quality

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages