forked from sombochea/verdaccio-ui
d468ca7c5f
Implement acceptance testing using codeceptjs and puppeteer.
12 lines
267 B
JavaScript
12 lines
267 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.
|
|
|
|
});
|
|
}
|