diff --git a/src/App.vue b/src/App.vue index cf22c06d9..19460e81a 100644 --- a/src/App.vue +++ b/src/App.vue @@ -1569,6 +1569,13 @@ export default { text: 'Metso has had good results using Robot Framework in various domains. This includes testing embedded software in valve positioners and web testing of their Manufacturing Resource Planning system.' }, + { + title: 'Mews', + href: 'https://www.mews.com', + img: require('@/assets/img/users/mews.png'), + text: + 'Mews builds modern hospitality software. Mews uses Robot Framework as part of CI/CD process to ensure system reliability and reduce manual testing efforts across multiple products in both browser and desktop apps.' + }, { title: 'Nokia', href: 'http://www.nokia.com', diff --git a/src/assets/img/users/mews.png b/src/assets/img/users/mews.png new file mode 100644 index 000000000..f5167d878 Binary files /dev/null and b/src/assets/img/users/mews.png differ