Is there a way to convert slim fixture fitnesse test scripts to karate test scripts?

93 Views Asked by At

We have a lot of test scripts written in fitnesse using SLIM fistures. Now we want to adopt karate framework. Is there a way to migrate easily those test scripts to karate test scripts? That would reduce a lot of effort.

Example of a Slim fixture test script :

*!
!***> !style_blue [1) Rule-PG Assignment Creation]

!***> Create Dataset(s)

!***> DS1 Iv Type is CS
!define Index {1}
!define DatasetName {CS_FUT_dataset}

!|Hds ConditionSet Details                                                                                                                    |
|ConditionsetId|ConditionId|Condition|ConditionOperator|RhsType|RhsValues|IncludeNull|Direction|Operator|Percentage|Delink|URE          |Level|
|1             |1          |${IvType}|=                |Scalar |CS,FUT   |           |         |        |          |      |DIRECT or URE|All  |

!include -c .FrontPage.IceEndToEndRegressionSuite.TemplatesSuite.RuleConstruct.HoldingsDatasetCreationTemplate
*!

!***> Test Category Dataset
!include -c .FrontPage.IceEndToEndRegressionSuite.TemplatesSuite.RuleConstruct.PreDefinedGroupByTemplates.GroupBy_MasterIssuer
*!
0

There are 0 best solutions below