Importing tests into Relicx
Our customers, usually have tests written in Cypress, Selenium and other testing frameworks that they want to import into Relicx for various reasons. Importing these manually authored tests into Relicx from other frameworks is fairly simple and straighforward. In the section below we will show you how these tests can be seemlessly migrated.
We have a test written for the Cypress testing framework that tests the Deposit flow in our sample Digital Bank application.
To import this test into Relicx, we need to add couple of lines of code that will automatically import this test into Relicx when it is executed in Cypress.
The two blocks of code that we added are as follows
The first block adds a test name i.e. the name of the test in Relicx.
The second block, an optional steps, stops the recording once the test execution is done
Once the test is executed n Cypress, a corresponding test is automatically created in Relicx.
๏ปฟ