jdi-testing / jdi-light

Powerful Framework for UI Automation Testing on Java
https://jdi-docs.github.io/jdi-light/
MIT License
110 stars 47 forks source link

BootStrap element test page creation: Card - Background and Color #371

Closed AlexeyGirin closed 5 years ago

AlexeyGirin commented 5 years ago

In the context of #15 decomposition in the context of #279 decomposition

Implement static test html page with target control using BootStrap framework. See element code at https://getbootstrap.com/docs/4.3/components/card/#background-and-color Put Bootstrap elements here https://github.com/jdi-testing/jdi-light/blob/gh-pages/bootstrap.html (in the same manner as it is done for HTML5 elements) Check your changes at https://jdi-testing.github.io/jdi-light/bootstrap.html Branch for commits: https://github.com/jdi-testing/jdi-light/tree/gh-pages If element is actionable - make the result of its work visible

Create documentation article for target element in the BootStrap section in the same manner as it is done for regular HTML elements (but w/out methods and etc - simply element description + element screenshot + element code screenshot) here: https://jdi-docs.github.io/jdi-light/#bootstrap-common-elements

AlexeyGirin commented 5 years ago

Demo has been done.