You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A funny coincidence of recent PRs is that upgrading Newtonsoft.Json on 1.10.x and NHibernate on dev were both breaking changes regarding the web.config of the SpecFlow hosting app, because I forgot update the assembly binding redirects.
We run all the SpecFlow tests on both branches once a day, but let's run at least one of the SpecFlow tests during the Compile workflow too, so we can reduce the chance of a PR breaking the SpecFlow hosting app a bit.
The text was updated successfully, but these errors were encountered:
BenedekFarkas
changed the title
Compile should run at least one of the SpecFlow tests
Compile workflow should run at least one of the SpecFlow tests
Dec 7, 2024
…#8820)
* Using Title Casing in the Compile workflow's step names
* Adding step to run the Setup with SpecFlow
* Fixing typo
* Fixing that upgrading Newtonsoft.Json to 13.x broke the SpecFlow test execution app
A funny coincidence of recent PRs is that upgrading Newtonsoft.Json on 1.10.x and NHibernate on dev were both breaking changes regarding the web.config of the SpecFlow hosting app, because I forgot update the assembly binding redirects.
We run all the SpecFlow tests on both branches once a day, but let's run at least one of the SpecFlow tests during the Compile workflow too, so we can reduce the chance of a PR breaking the SpecFlow hosting app a bit.
The text was updated successfully, but these errors were encountered: