Skip to content

Commit

Permalink
Extend migration guide with ReqOverflow example.
Browse files Browse the repository at this point in the history
  • Loading branch information
gasparnagy committed Feb 7, 2024
1 parent 9100498 commit b9f884f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/guides/migrating-from-specflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,8 @@ If you run into any problems, it might be caused by the breaking changes between

**Congratulations you are done!**

Our more complex sample application, [ReqOverflow](https://github.com/reqnroll/Sample-ReqOverflow) has been also migrated from SpecFlow. You can check what changes we had to do in order to get it working with Reqnroll using the SpecFlow compatibility package. See the changes on [GitHub](https://github.com/reqnroll/Sample-ReqOverflow/compare/before-migration...migration-with-compatiblity-package).

{#with-namespace-changes}
## Migrate with namespace changes

Expand Down Expand Up @@ -204,6 +206,8 @@ If you run into any problems that might be caused by the breaking changes betwee

**Congratulations you are done!**

Our more complex sample application, [ReqOverflow](https://github.com/reqnroll/Sample-ReqOverflow) has been also migrated from SpecFlow. You can check what changes we had to do in order to get it working with Reqnroll with a complete migration. See the changes on [GitHub](https://github.com/reqnroll/Sample-ReqOverflow/compare/before-migration...full-migration).

{#breaking-changes-specflow-v3}
## Breaking changes since SpecFlow v3

Expand Down

0 comments on commit b9f884f

Please sign in to comment.