diff --git a/.gitignore b/.gitignore index 7ebc0c5..ca48c8d 100644 --- a/.gitignore +++ b/.gitignore @@ -105,4 +105,9 @@ dist /mta_archives -/app/*.zip \ No newline at end of file +/app/*.zip + +# wdi5 test artifacts +.com.google* +*crdownload +*image*.png \ No newline at end of file diff --git a/.nvmrc b/.nvmrc new file mode 100644 index 0000000..53d838a --- /dev/null +++ b/.nvmrc @@ -0,0 +1 @@ +lts/gallium diff --git a/README.md b/README.md index 376724e..c176fab 100644 --- a/README.md +++ b/README.md @@ -91,6 +91,11 @@ Try and port the whole project to another programming language. I'm sure we will Extend the app to offer multiple server side enhancements but then extend the SAPUI5 frontend to allow the end user to choose the enhancement type. The trick there is sending the choice along with the upload (it can be done but its tricky). That challenge would be focused on UI5 skills. +### Run the `wdi5` test + +First, start the project as explained above via `npm start`. +Open another console/Terminal and run `npm test`. + ## Requirements Node.js version 12.x, 14.x, or 16.x [https://nodejs.org/en/download/](https://nodejs.org/en/download/) diff --git a/app/profilePic/profilePic/view/App.view.xml b/app/profilePic/profilePic/view/App.view.xml index abb2e60..545a9d1 100644 --- a/app/profilePic/profilePic/view/App.view.xml +++ b/app/profilePic/profilePic/view/App.view.xml @@ -15,7 +15,7 @@ -