Replication dataset for the research paper "A Survey on How Test Flakiness Affects Developers and What Support They Need To Address It", which was presented at the 15th IEEE International Conference on Software Testing, Verification and Validation (ICST) 2022
Here you can find the pre-print of the paper.
plot_dataset.ipynb shows how to derive the plots from the dataset.
Create and activate virtualenv ...
Install requirements
pip install -r requirements.txt
Register virtualenv in jupyter (reference)
python -m ipykernel install --user --name=a-survey
Start jupyter notebook and switch kernel via Kernel -> Change kernel -> a-survey