modifier
2 articles tagged “modifier”
Blog
April 9, 2020
BDD Test Automation with Cucumber-JVM
Writing the scenario Cucumber is a popular BDD test automation tool. Cucumber-JVM is the Java implementation of Cucumber. In Cucumber, you express acceptance criteria in a natural,…
Blog
April 8, 2020
Structuring CSS properly
Structuring CSS properly Stylesheets in a front end project can quickly get out of hand as the codebase grows, and that is when we start…