Skip to content

Commit c2d6a50

Browse files
committed
Implement feedback
1 parent de30986 commit c2d6a50

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

spock-website/index.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,19 +7,20 @@
77
<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.">
88
<meta name="keywords" content="Spock Framework, Groovy, Java, Kotlin, JVM, testing, specification, BDD, Behavior-Driven Development, unit testing, mocking, JUnit, JUnit 5">
99
<meta name="author" content="Spock Framework Team">
10+
<meta name="theme-color" content="#111827">
1011
<link rel="canonical" href="https://spockframework.org/">
1112
<meta name="robots" content="index, follow">
1213

1314
<meta property="og:type" content="website">
1415
<meta property="og:url" content="https://spockframework.org/">
1516
<meta property="og:title" content="Spock Framework - the enterprise-ready specification framework">
1617
<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.">
17-
<meta property="og:image" content="spock-main-logo.svg">
18+
<meta property="og:image" content="/spock-main-logo.svg">
1819
<meta property="twitter:card" content="summary">
1920
<meta property="twitter:url" content="https://spockframework.org/">
2021
<meta property="twitter:title" content="Spock Framework - the enterprise-ready specification framework">
2122
<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.">
22-
<meta property="twitter:image" content="spock-main-logo.svg">
23+
<meta property="twitter:image" content="/spock-main-logo.svg">
2324

2425
<link href="https://unpkg.com/aos@2.3.4/dist/aos.css" rel="stylesheet"
2526
integrity="sha384-/rJKQnzOkEo+daG0jMjU1IwwY9unxt1NBw3Ef2fmOJ3PW/TfAg2KXVoWwMZQZtw9"

spock-website/package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@
77
"dev": "vite",
88
"build": "tsc && vite build",
99
"preview": "vite preview",
10-
"test": "playwright test"
10+
"test": "playwright test",
11+
"update-snapshots": "playwright test --update-snapshots",
12+
"check-links": "linkinator"
1113
},
1214
"devDependencies": {
1315
"@playwright/test": "^1.57.0",

0 commit comments

Comments
 (0)