Firefox Lite Backend API test to make sure backend service are good.
Please clone the project and set up Gradle environment.
git clone [email protected]:mozilla-tw/FFLiteApiAutomationTest.git
- The system can switch among [mock,stage,prod] environment to access endpoint.
- The system can include or exclude tests by multiple tags
- The system can constructing request
- The system can extract, verify response
- The system can generate test report
We can shift among [mock,stage,prod] by sending env parameter as input.
./gradlew clean -Penv=mock runApiTest
- Gradle - Dependency Management
- Pei Yun Liu - Initial work - Daisy Liu
See also the list of contributors who participated in this project.
- Service engineering team