forked from sombochea/verdaccio-ui
test: BDD / acceptance tests
Implement acceptance testing using codeceptjs and puppeteer.
This commit is contained in:
11
test/acceptance/steps_file.js
Normal file
11
test/acceptance/steps_file.js
Normal file
@@ -0,0 +1,11 @@
|
||||
|
||||
// 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.
|
||||
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user