ValentinSidorov / DeLorean_Team

Source project automotive BASECAMP
MIT License
0 stars 2 forks source link

robot init commit #30

Closed andrey-berdnik closed 2 years ago

andrey-berdnik commented 2 years ago

Created base robot tests.

Firstly need to install robot framework. pip3 install robotframework

than check installation robot --version

To run tests:

cd tests/integration/ robot test.robot

You will receive in console image

And in report.html image

Storegist commented 2 years ago

I guess everything is fine. Just, maybe, First app and Second app instead of "One app" and "Two app" may look better from the English language point of view

andrey-berdnik commented 2 years ago

I guess everything is fine. Just, maybe, First app and Second app instead of "One app" and "Two app" may look better from the English language point of view

The point is that these are script names that describe the launch of only one application or two at the same time. Not first and second app

Storegist commented 2 years ago

Understood