amplify-swift/AmplifyPlugins/DataStore/Tests/DataStoreHostApp/AWSDataStorePluginFlutterTests
Chris Ameter 1b4754d54e
chore(datastore): remove unnecessary sleeps from tests (#2091)
2022-08-05 14:00:33 -06:00
..
Connection chore(datastore): Set up integration tests (#2076) 2022-08-04 13:33:13 -04:00
TestSupport chore(datastore): Set up integration tests (#2076) 2022-08-04 13:33:13 -04:00
AWSDataStoreCategoryPluginFlutterIntegrationTests.swift chore(datastore): Set up integration tests (#2076) 2022-08-04 13:33:13 -04:00
DataStoreFlutterConsecutiveUpdatesTests.swift chore(datastore): remove unnecessary sleeps from tests (#2091) 2022-08-05 14:00:33 -06:00
DataStoreFlutterEndToEndTests.swift chore(datastore): Set up integration tests (#2076) 2022-08-04 13:33:13 -04:00
README.md chore(datastore): Set up integration tests (#2076) 2022-08-04 13:33:13 -04:00

README.md

DataStore Integration Tests (Flutter)

The purpose of this test suite is to test the DataStore API signatures that are consumed by the amplify-flutter library using serialized models. The tests contained in this suite should follow the same patterns and implement the same test cases as the AWSDataStoreCateogryPluginIntegrationTests suite.

Accordingly, these tests use the same schemas as the AWSDataStoreCateogryPluginIntegrationTests suite. Identical setup steps can be followed here, and the amplifyconfiguration.json file can be consumed from the same path.