Stably provides advanced testing flexibility through custom JavaScript implementation in two primary scenarios:
  1. Playwright Code Execution
Create custom steps or operations by directly implementing Playwright code, allowing for more complex and specialized test scenarios.
  1. Dynamic Value Generation
Generate dynamic input values or variables programmatically using JavaScript.
Supported Libraries and Resources
  • Faker.js: Leverage the Faker.js library to generate realistic mock data for your tests
  • Pre-defined Variables: Access pre-defined variables using the VARS object
  • Standard JavaScript Libraries: Utilize built-in JavaScript libraries such as Math or Date