diff --git a/docs/readme/Testing.md b/docs/readme/Testing.md index cbc4cab..5674fa3 100644 --- a/docs/readme/Testing.md +++ b/docs/readme/Testing.md @@ -38,7 +38,7 @@ The instance config is 2 CPUs and 4 GB RAM. You have 120 CPU hours per month fre ``` 9. Create a `tmp` folder, which we will use to copy files from our machine, by pasting this in the terminal: ```bash - mkdir tmp && mkdir mnt && mkdir data + mkdir tmp && mkdir final && mkdir data ``` ### Each resume and after the first setup @@ -67,14 +67,14 @@ Do step 11 from above. ```bash git pull git checkout --theirs . - cargo run --release -- mount -m mnt -d data + cargo run --release -- mount -m final -d data ``` 6. Input a password and confirm it the first time You can now perform two types of tests; see below. In both cases, follow these steps. 7. Copy files and folders from your local machine to `tmp` folder in VSCode -8. Copy files and folders from `tmp` to `mnt` and then do your operations the data in `nnt` folder +8. Copy files and folders from `tmp` to `final` and then do your operations the data in `nnt` folder 9. Make sure files were copied successfully by right-clicking a file and then `Download...` and save it to local machine and making sure it opens correctly #### Exploratory testing