Skip to content

Migrate cypress 12

Sidorela Uku requested to merge migrate-cypress-12 into main

This MR includes the necessary changes for migrating to cypress 12+ which includes file structure and filename changes.

Also removed the library cypress-file-upload because cypress has a built-in function to handle uploads. attachFile function is replaced by selectFile.

Test failing in the pipeline for unexpected errors as with the previous version of cypress, will not be handled on this MR.

Edited by Sidorela Uku

Merge request reports