git@github.com:lukacs-m/PeeCheck.git
First, you have to setup all gem dependencies.
Please run:
bundler install
Then you need to install the pods of the project.
Run the following command:
pod install
We use fastlane to test the poject, generate the test coverage and documentation
You can run fastlane tests
to execute the tests.
You can run fastlane tests_coverage
to execute the tests and generate the test coverage. The coverage report can beb found in the coverage folder at the root of the project .
You can run fastlane tests_documentation
to execute the tests and generate the documentation. The documentation can be found in the Docs folder at the root of the project.
These commands starts execution of the tests in the project, then can trigger the slather tools for the test coverage or executes jazzy to generate the documentation