forked from sombochea/verdaccio-ui
40a25a2507
development keys deps updated add eslint-plugin-codeceptjs to fix eslint issues for acceptant test
9 lines
265 B
JavaScript
9 lines
265 B
JavaScript
// in this file you can append custom step methods to 'I' object
|
|
|
|
module.exports = function() {
|
|
return actor({
|
|
// Define custom steps here, use 'this' to access default methods of I.
|
|
// It is recommended to place a general 'login' function here.
|
|
});
|
|
};
|