# [FEATURES] [Improve cypress tests] ## Description Improve the cypress tests with: - [x] ts files instead of js files - [ ] tests about files sharing - [x] Reduce the execution time ## Describe the solution you'd like - Change the format of the tests files => .ts to .js - Add tests about files sharing (check if the shared files is correctly downloaded, and if the files can be shared) - Use alias for cypress test in `wait` keyword (see #19 for reference of what was done in this direction)
[FEATURES] [Improve cypress tests]
Description
Improve the cypress tests with:
Describe the solution you'd like
waitkeyword (see feat: add aliases into wait keyword for cypress tests #19 for reference of what was done in this direction)