You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: sources/src/App.vue
+14-7Lines changed: 14 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1267,13 +1267,6 @@ export default {
1267
1267
'<p> Robot Framework is used very widely around the world in different domains and contexts. <a href="https://github.com/robotframework/robotframework.github.com" target="_blank">Let us know</a> if your company or organization could be added here! </p>'
1268
1268
},
1269
1269
users: [
1270
-
{
1271
-
title:"Nokia",
1272
-
href:"http://www.nokia.com",
1273
-
img:require("@/assets/img/users/nokia.png"),
1274
-
text:
1275
-
"Robot Framework was initially developed at Nokia Networks and it is used extensively around the whole company. It is used for testing different devices, software systems and protocols via GUIs, APIs and various other interfaces."
1276
-
},
1277
1270
{
1278
1271
title:"ABB",
1279
1272
href:"http://www.abb.com",
@@ -1309,6 +1302,13 @@ export default {
1309
1302
text:
1310
1303
"At Alpha, we are developing the future of mobile apps for Health, with the latest advances in neuroscience, AI and mobile computing. Robot Framework is a key part of our Health Moonshot development process to help us automatize testing and guarantee the best quality."
1311
1304
},
1305
+
{
1306
+
title:"Altran",
1307
+
href:"https://www.altran.com/",
1308
+
img:require("@/assets/img/users/altran.png"),
1309
+
text:
1310
+
"Altran is a world leader in engineering solutions and R&D, and is using extensively RobotFramework mainly in it's Global Engineering Centers. Altran is also an active contributor for the RobotFramework community and is the main developer of several RobotFramework libraries."
1311
+
},
1312
1312
{
1313
1313
title:"axon",
1314
1314
href:"http://www.axon.tv",
@@ -1407,6 +1407,13 @@ export default {
1407
1407
text:
1408
1408
'Metso has had good results using Robot Framework in various domains. This includes testing embedded software in valve positioners and <a href="https://www.eficode.com/work/metso" target="_blank">web testing of their Manufacturing Resource Planning system</a>.'
1409
1409
},
1410
+
{
1411
+
title:"Nokia",
1412
+
href:"http://www.nokia.com",
1413
+
img:require("@/assets/img/users/nokia.png"),
1414
+
text:
1415
+
"Robot Framework was initially developed at Nokia Networks and it is used extensively around the whole company. It is used for testing different devices, software systems and protocols via GUIs, APIs and various other interfaces."