<feed xmlns='http://www.w3.org/2005/Atom'>
<title>mullvadvpn/android/e2e/e2e.properties, branch decrease-leaks-during-reconnect</title>
<subtitle>The Mullvad VPN client app for desktop and mobile</subtitle>
<id>http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect</id>
<link rel='self' href='http://git.waynecole.info/mullvadvpn/atom?h=decrease-leaks-during-reconnect'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/'/>
<updated>2023-01-10T14:32:27Z</updated>
<entry>
<title>Move :e2e project to :test:e2e</title>
<updated>2023-01-10T14:32:27Z</updated>
<author>
<name>Albin</name>
<email>albin@mullvad.net</email>
</author>
<published>2022-11-23T16:54:09Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=bf287ad5153bb3687afb03370cdea1014b3cef75'/>
<id>urn:sha1:bf287ad5153bb3687afb03370cdea1014b3cef75</id>
<content type='text'>
Also changes source directory from "java" to "kotlin" which is
supported since upgrading the project from AGP 3.x to 7.x.
</content>
</entry>
<entry>
<title>Add mechanism to reset an account before e2e tests</title>
<updated>2022-04-20T15:52:30Z</updated>
<author>
<name>Albin</name>
<email>albin@mullvad.net</email>
</author>
<published>2022-03-11T10:00:12Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/mullvadvpn/commit/?id=19cacfbd013fed75af0408492999fc031d2330d4'/>
<id>urn:sha1:19cacfbd013fed75af0408492999fc031d2330d4</id>
<content type='text'>
Adds a mechanism to remove all keys/devices of a specified account in
order to start all tests with a known state. This is achieved using a
simple http client included in the e2e test apk, which support login,
listing devices and removing devices.

Two account used for testing _must_ be specified either as gradle
properties or as runtime arguments to the test runner:
* Local properties (local.properties):
  valid_test_account_token=XXXX
  invalid_test_account_token=XXXX
* Gradle/CLI arguments:
  ./gradlew :e2e:assembleDebug -Pvalid_test_account_token=XXXX -Pinvalid_test_account_token=XXXX
* Runtime arguments:
  am instrument -e valid_test_account_token XXXX -e invalid_test_account_token XXXX # ...
</content>
</entry>
</feed>
