integration_spec 0.0.1 copy "integration_spec: ^0.0.1" to clipboard
integration_spec: ^0.0.1 copied to clipboard

discontinued
outdated

Generate Page Object Model dart class by spec.yml

example/lib/example.dart

library example;

/// A Calculator.
class Calculator {
  /// Returns [value] plus 1.
  int addOne(int value) => value + 1;
}
0
likes
130
points
18
downloads

Publisher

verified publisherwachasit.com

Weekly Downloads

Generate Page Object Model dart class by spec.yml

Documentation

API reference

License

MIT (license)

Dependencies

analyzer, build, build_config, flutter, flutter_test, yaml

More

Packages that depend on integration_spec