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
The evaluation.feature gherkin file is currently being supplied from the test-harness module. In our efforts to remove all flagd-related dependencies from the SDKs, this gherkin is now available in the spec (with a few minor changes).
Delete the test-harness submodule and replace it with a submodule for the spec, and update the scripts in the package.json to get the evaluation.feature from that new location. You may need to make a few minor changes to the test implementation to match minor language changes in the gherkin.
The text was updated successfully, but these errors were encountered:
The
evaluation.feature
gherkin file is currently being supplied from thetest-harness
module. In our efforts to remove all flagd-related dependencies from the SDKs, this gherkin is now available in the spec (with a few minor changes).Delete the
test-harness
submodule and replace it with a submodule for the spec, and update the scripts in thepackage.json
to get theevaluation.feature
from that new location. You may need to make a few minor changes to the test implementation to match minor language changes in the gherkin.The text was updated successfully, but these errors were encountered: