utils.js 155 B

1234
  1. module.exports = (theme, dir) => {
  2. return theme ? `./cypress/html/for-test-${theme}.html?url=${dir}/` :
  3. `./cypress/html/for-test.html?url=${dir}/`
  4. }