Skip to content

Commit

Permalink
Update Automation Performance Testing guide (#1324)
Browse files Browse the repository at this point in the history
* Remove ES translation

* Update `Automated performance testing` guide
  • Loading branch information
ppcano authored Sep 18, 2023
1 parent b6f1ebe commit 406fe00
Show file tree
Hide file tree
Showing 3 changed files with 207 additions and 474 deletions.
5 changes: 5 additions & 0 deletions gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -1680,6 +1680,11 @@ const createRedirects = ({ actions }) => {
toPath: '/using-k6-browser/recommended-practices/page-object-model/',
isPermanent: true,
});
createRedirect({
fromPath: '/es/guias-de-prueba/automatizacion-de-pruebas-de-rendimiento/',
toPath: '/testing-guides/automated-performance-testing/',
isPermanent: true,
});

const redirects = {
'/javascript-api/k6-http/cookiejar-k6-http/':
Expand Down
Loading

0 comments on commit 406fe00

Please sign in to comment.