Skip to content

dfreemanRIIS/ETAMock

Repository files navigation

ETAMock

1. Add the following to Test > Build phases > run script

============================

OUTPUT_FILE="./${PROJECT_NAME}Tests/GeneratedMocks.swift" echo "Generated Mocks File = ${OUTPUT_FILE}"

INPUT_DIR="./${PROJECT_NAME}" echo "Mocks Input Directory = ${INPUT_DIR}"

${PODS_ROOT}/Cuckoo/run generate --testable "${PROJECT_NAME}"
--output "${OUTPUT_FILE}"
"${INPUT_DIR}/JSONFetcher.swift"

============================

2. Cofiguration examples:

1 2 3 4 5

3. Use Newman to run Postman form the commandline and Jenkins

https://www.npmjs.com/package/newman

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published