rockmelonqa / rockmelonqa-ide

Test Automation IDE that generates and runs Playwright and Selenium code
MIT License
4 stars 3 forks source link

Support for configuration variables #133

Closed veebs closed 1 year ago

veebs commented 1 year ago

Requirement

New File Type

{
  "settings": [
    {
      "name": "TestUser",
      "value": "jim"
    },
    {
      "name": "TestPassword",
      "value": "xxx"
    }
  ]
}

image

Use of Settings

In the data column of test steps and routines, settings can be used as follows

{TestUser}

Code Generation

Running Tests

hanglequan1991 commented 1 year ago

Hi @khanh-van-zapcentral , @veebs , please help me review this PR https://github.com/rockmelonqa/rockmelonqa-ide/pull/162