|
3 | 3 | <head> |
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
6 | | - <title>Spock Framework - Expressive Testing for Java & Groovy</title> |
| 6 | + <title>Spock Framework - the enterprise ready specification framework</title> |
| 7 | + <meta name="description" content="Spock is an expressive testing and specification framework for Java and Groovy applications. Write highly readable, maintainable BDD-style tests with powerful mocking."> |
| 8 | + <meta name="keywords" content="Spock Framework, Groovy, Java, Kotlin, JVM, testing, specification, BDD, Behavior-Driven Development, unit testing, mocking, JUnit, JUnit 5"> |
| 9 | + <meta name="author" content="Spock Framework Team"> |
| 10 | + <link rel="canonical" href="https://spockframework.org/"> |
| 11 | + <meta name="robots" content="index, follow"> |
| 12 | + |
| 13 | + <meta property="og:type" content="website"> |
| 14 | + <meta property="og:url" content="https://spockframework.org/"> <meta property="og:title" content="Spock Framework - the enterprise ready specification framework"> |
| 15 | + <meta property="og:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain."> |
| 16 | + <meta property="og:image" content="spock-main-logo.svg"> |
| 17 | + <meta property="twitter:card" content="summary"> |
| 18 | + <meta property="twitter:url" content="https://spockframework.org/"> <meta property="twitter:title" content="Spock Framework - the enterprise ready specification framework"> |
| 19 | + <meta property="twitter:description" content="Spock is a testing, specification, and mocking framework for JVM developers that emphasizes readability and clarity. By blending BDD concepts and Groovy's concise syntax, Spock helps teams write tests that are easy to understand and enjoyable to maintain."> |
| 20 | + <meta property="twitter:image" content="spock-main-logo.svg"> |
| 21 | + |
7 | 22 | <script src="https://cdn.tailwindcss.com"></script> |
8 | 23 | <link href="https://unpkg.com/aos@2.3.1/dist/aos.css" rel="stylesheet" |
9 | 24 | integrity="sha384-/rJKQnzOkEo+daG0jMjU1IwwY9unxt1NBw3Ef2fmOJ3PW/TfAg2KXVoWwMZQZtw9" |
@@ -229,7 +244,7 @@ <h3 class="text-xl font-semibold text-gray-100 mb-2">Powerful Mocking</h3> |
229 | 244 | <div class="feature-card" data-aos="fade-up" data-aos-delay="200"> |
230 | 245 | <svg viewBox="0 0 24 24"><circle cx="12" cy="12" r="10" /><path d="M12 6v6l4 2" /></svg> |
231 | 246 | <h3 class="text-xl font-semibold text-gray-100 mb-2">JUnit Platform</h3> |
232 | | - <p class="text-gray-300">Seamless integration with JUnit Platform and build tools.</p> |
| 247 | + <p class="text-gray-300">Seamless integration with JUnit 5+ and build tools.</p> |
233 | 248 | </div> |
234 | 249 | <div class="feature-card" data-aos="fade-up" data-aos-delay="250"> |
235 | 250 | <svg viewBox="0 0 24 24"><path d="M3 3h18v6H3zM3 15h18v6H3z" /><path d="M9 9v6" /></svg> |
|
0 commit comments