A hermione plugin that starts es-dev-server before running tests.
npm install hermione-esmThis is a hermione plugin that starts @web/dev-server before running tests.
npm install hermione-esm
``js``
module.exports = {
// ...
plugins: {
'hermione-esm': {
port: 8081
}
},
//...
}