ADDITIONAL RESOURCES

Importing tests into Relicx

4min

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.

JS


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.

JS


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.

JS


The second block, an optional steps, stops the recording once the test execution is done

JS


Once the test is executed n Cypress, a corresponding test is automatically created in Relicx.

Document image


Video demo





Updated 04 Dec 2023
Doc contributor
Did this page help you?