1.0.35 • Published 3 years ago

@aaronxyliu/ftfixer v1.0.35

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

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/ftfixer

how to update to newest version?

# NPM
$ npm update ftfixer
# Yarn
$ yarn up @aaronxyliu/ftfixer

how to use?

# NPM
$ npx ftfixer --help    # User manual
$ npx ftfixer ui        # Open UI panel on local server
# Yarn
$ yarn ftfixer --help
$ yarn ftfixer ui

You can preset the log file path by setting environment variable.

$ FT_LOG_PATH=<path/to/mutations.log>

For Developers

How to deploy?

$ npm install

How to minify JS file?

$ npx minify lib/mutationObserver.js > lib/mutationObserver.min.js

How to publish to NPM?

$ npm run git-push
$ npm run deploy

How to test?

$ node bin/ftfixer.js --help
$ npx nodemon bin/ftfixer.js ui

How 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.

1.0.33

3 years ago

1.0.32

3 years ago

1.0.35

3 years ago

1.0.34

3 years ago

1.0.29

3 years ago

1.0.28

3 years ago

1.0.27

3 years ago

1.0.31

3 years ago

1.0.30

3 years ago

1.0.19

3 years ago

1.0.18

3 years ago

1.0.17

3 years ago

1.0.16

3 years ago

1.0.9

3 years ago

1.0.8

3 years ago

1.0.22

3 years ago

1.0.21

3 years ago

1.0.20

3 years ago

1.0.26

3 years ago

1.0.25

3 years ago

1.0.24

3 years ago

1.0.23

3 years ago

1.0.11

3 years ago

1.0.10

3 years ago

1.0.15

3 years ago

1.0.14

3 years ago

1.0.13

3 years ago

1.0.12

3 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago