UNPKG

relicxsdk

Version:

Relicx SDK provides natural language apis that can assert application behavior, perform tasks by generating code, extract data from the application state and fake data. It comes with a cypress plugin to make it convenient to use the Relicx API in cypress

5 lines (4 loc) 243 B
const RelicxSDK = require('./src/relicxSdk'); const { relicxTasks } = require('./cypress/plugins/index'); const { setupRelicxCommands } = require('./cypress/support/commands'); module.exports = { RelicxSDK, relicxTasks, setupRelicxCommands };