drift/extras/integration_tests/web_wasm
Simon Binder 54eecf7b45
Update js dependency for integration test
2024-04-02 13:40:31 +02:00
..
lib Add integration tests for web migrations 2024-02-24 12:45:19 +01:00
test Add integration tests for web migrations 2024-02-24 12:45:19 +01:00
tool Add wasm integration test using the database 2023-06-11 17:44:04 +02:00
web Update js dependency for integration test 2024-04-02 13:40:31 +02:00
.gitignore Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
README.md typo fix 2023-08-14 18:25:18 -04:00
analysis_options.yaml Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
build.yaml Add first integration test for new wasm backend 2023-06-10 22:52:22 +02:00
pubspec.yaml Update js dependency for integration test 2024-04-02 13:40:31 +02:00

README.md

Integration tests for package:drift/native.dart.

To run the tests automatically (with us managing a browser driver), just run dart test.

To manually debug issues, it might make sense to trigger some functionality manually. You can run dart run tool/serve_manually.dart to start a web server hosting the test content on http://localhost:8080.