Skip to content
This repository has been archived by the owner. It is now read-only.
CLIQZ-IOS-1657
Switch branches/tags
browser-ios/SyncIntegrationTests/
browser-ios/SyncIntegrationTests/
This branch is 1 commit ahead, 5 commits behind master.

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Firefox iOS integration tests

To run these tests you will need Python 2 and pipenv installed. Once you have these, make sure you're in the SyncIntegrationTests directory and run the following:

$ pipenv install
$ pipenv run pytest

The tests will build and install the application to the simulator, which can cause a delay where there will be no feedback to the user. Also, note that each XCUITest that is executed will shutdown and erase data from all available iOS simulators. This assures that each execution starts from a known clean state.