Cannot attempt to import a file twice (i.e., after an error)

Issue #1 resolved
Bryan W Urakawa created an issue

When attempting to import an excel file, I received an error 400 and no test cases were imported. After modifying my excel file, I could not import the file, receiving a message that the file had already processed.

I restarted the app and resaved the file and still got the message.

The workaround is to change the name of the file every time you attempt an import - even when working through errors, which is really unwieldy. Is there a way to tell it to forget the files that were imported already? I'd like to use the same file name many times.

Comments (2)

  1. ShaileshM

    @bryan_urakawa You can delete the success folder and importer will pick up the file again. This precaution is put in place to avoid duplicate import of the same file if you are importing multiple files

  2. Log in to comment