@aaronxyliu/ftfixer v1.0.35
Flaky Test Fixer
For Users
This is a simple tool to automatically fix UI-based flaky test. To use this tool, your test must be written in JavaScript using Selenium for end-to-end testing purpose. You can find in example folder about how a typical test code looks like, and how this tool actually work.
how to install?
# NPM
$ npm install --save-dev @aaronxyliu/ftfixer
# Yarn
$ yarn add --dev @aaronxyliu/ftfixerhow to update to newest version?
# NPM
$ npm update ftfixer
# Yarn
$ yarn up @aaronxyliu/ftfixerhow to use?
# NPM
$ npx ftfixer --help # User manual
$ npx ftfixer ui # Open UI panel on local server
# Yarn
$ yarn ftfixer --help
$ yarn ftfixer uiYou can preset the log file path by setting environment variable.
$ FT_LOG_PATH=<path/to/mutations.log>For Developers
How to deploy?
$ npm installHow to minify JS file?
$ npx minify lib/mutationObserver.js > lib/mutationObserver.min.jsHow to publish to NPM?
$ npm run git-push
$ npm run deployHow to test?
$ node bin/ftfixer.js --help
$ npx nodemon bin/ftfixer.js uiHow to contact the author?
Please email to xliu234@buffalo.edu
All the mutation record will be saved in mutations.log file, located in lib/GUI/public directory.
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago