taptest 0.0.12 copy "taptest: ^0.0.12" to clipboard
taptest: ^0.0.12 copied to clipboard

Lightning-fast Flutter testing framework for comprehensive E2E and granular tests with snapshot support.

example/lib/main.dart

import 'package:flutter/material.dart';
import 'package:flutter_riverpod/flutter_riverpod.dart';
import 'package:flutter_web_plugins/url_strategy.dart';

import 'example_app.dart';

void main() {
  // timeDilation = 5;
  usePathUrlStrategy();

  runApp(
    const ProviderScope(
      child: ExampleApp(),
    ),
  );
}
5
likes
150
points
10
downloads

Publisher

verified publishercommingle.app

Weekly Downloads

Lightning-fast Flutter testing framework for comprehensive E2E and granular tests with snapshot support.

Homepage
Repository (GitHub)
View/report issues

Documentation

API reference

License

MIT (license)

Dependencies

crypto, device_info_plus, fake_http_client, file, flutter, flutter_test, integration_test, meta, path, platform, qr, taptest_runtime

More

Packages that depend on taptest