Protractor tests to experiment faker.js
With faker.js you can generate massive amounts of fake data in the browser and node.js
Read the faker.js' documentation here.
npm install
protractor
Observations:
- The tests here are written using ES2015
- For better maintenance, this project uses the Page Objects design pattern
- Want to contribute? Fork the project, create your pull requests with other test samples using faker.js, and I'll appreciate reviewing then for approval
by wlsf82