/cypress-robot-todomvc

A fork of cypress-example-todomvc with Robot Framework tests added.

Primary LanguageJavaScriptMIT LicenseMIT

This repo was forked from cypress-example-todomvc and is being used as a sample app for demonstrating the use of Robot Framework for E2E testing.

starting the ToDo application

npm run start

Running a Robot test suite

robot robot-framework/e2e/suites/BasicTest.robot

Image description

robot robot-framework/ToDos_suite.robot robot robot-framework/ToDos_basic_gherkin.robot

More details here.