issues
search
airtasker
/
proxay
Proxay is a record/replay proxy server that helps you write faster and more reliable tests.
Other
76
stars
6
forks
source link
[NT] Improve CI setup
#505
Closed
timdawborn
closed
1 year ago
timdawborn
commented
1 year ago
Various forms of CI improvements:
Switch CircleCI setup to use executors and commands instead of ad-hoc YAML blocks.
Generate Junit XML output of the unit tests and upload the test results to CircleCI.
Run the tests across multiple versions of NodeJS.
I could not get the tests to pass on Node 20 currently, so I've excluded Node 20 for the moment.
Various forms of CI improvements: