- Do not use
swift testin this repository. - Use
./test.shfor test execution. - If
test.shcannot be used, usexcodebuild testwith an iOS Simulator destination.
- Full run:
./test.sh - Test target:
./test.sh --only-testing SessionReplayTests - Test suite:
./test.sh --only-testing SessionReplayTests/RRWebEventGeneratorTests - Test file:
./test.sh --test-file Tests/SessionReplayTests/SessionReplayEventGeneratorTests.swift