openreplay/frontend/app/constants/frameworks.js
2021-05-01 15:12:01 +05:30

5 lines
80 B
JavaScript

export default {
SELENIUM: 'selenium',
CYPRESS: 'cypress',
ANY: 'any',
};