-
Couldn't load subscription status.
- Fork 40
Fix build dependency
#103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix build dependency
#103
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR fixes the build dependency by upgrading to version 3.0.0 and removes the package's built-in steps in favor of generating them locally. The main changes include replacing flutter_test with the generic test package across all test files and removing pre-built step implementations.
- Updates dependencies to newer versions (
buildto ^3.0.0,testto ^1.26.3, etc.) - Replaces
flutter_testimports withtestimports across all test files - Removes pre-built step files and configuration that provided them
Reviewed Changes
Copilot reviewed 76 out of 79 changed files in this pull request and generated 2 comments.
Show a summary per file
| File | Description |
|---|---|
| pubspec.yaml | Updates dependencies and removes Flutter-specific test dependencies |
| test/*_test.dart | Replaces flutter_test imports with test package imports |
| lib/step/*.dart | Removes all pre-built step implementations |
| lib/bdd_options.yaml | Removes configuration file for external steps |
| example/ | Updates example configuration and generated imports |
| test/feature_generator_test.dart | Refactors test generation logic to use assertion-based testing |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot encountered an error and was unable to review this pull request. You can try again by re-requesting a review.
No description provided.