featurist / browser-monkey

Reliable DOM testing
https://browsermonkey.org
53 stars 6 forks source link

browser-monkey 3 #83

Open refractalize opened 6 years ago

refractalize commented 6 years ago
refractalize commented 5 years ago

Ideally should be able to do this

browser.set({
  Email: 'tim@example.com',
})

browser.assert({
  Email: 'tim@example.com',
})
artemave commented 5 years ago

This index.js - module.exports = require('./create')() - creates bm instance at require time. Probably not what I want most of the time. Should it better be module.exports = require('./create') ?