Skip to content

Commit 406fe00

Browse files
authored
Update Automation Performance Testing guide (#1324)
* Remove ES translation * Update `Automated performance testing` guide
1 parent b6f1ebe commit 406fe00

File tree

3 files changed

+207
-474
lines changed

3 files changed

+207
-474
lines changed

gatsby-node.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1680,6 +1680,11 @@ const createRedirects = ({ actions }) => {
16801680
toPath: '/using-k6-browser/recommended-practices/page-object-model/',
16811681
isPermanent: true,
16821682
});
1683+
createRedirect({
1684+
fromPath: '/es/guias-de-prueba/automatizacion-de-pruebas-de-rendimiento/',
1685+
toPath: '/testing-guides/automated-performance-testing/',
1686+
isPermanent: true,
1687+
});
16831688

16841689
const redirects = {
16851690
'/javascript-api/k6-http/cookiejar-k6-http/':

0 commit comments

Comments
 (0)