diff --git a/src/data/courses.json b/src/data/courses.json index 3e4e522a50..edf5cc093a 100644 --- a/src/data/courses.json +++ b/src/data/courses.json @@ -1,5 +1,21 @@ { "courses": [ + { + "title": "Testing The Swag Store", + "url": "https://cypress.tips/courses/swag-store", + "author": "Gleb Bahmutov", + "authorTwitter": "bahmutov", + "sourceName": "Cypress.Tips", + "sourceUrl": "https://cypress.tips/" + }, + { + "title": "Cypress Plugins", + "url": "https://cypress.tips/courses/cypress-plugins", + "author": "Gleb Bahmutov", + "authorTwitter": "bahmutov", + "sourceName": "Cypress.Tips", + "sourceUrl": "https://cypress.tips/" + }, { "title": "Cypress with TypeScript", "url": "https://testautomationu.applitools.com/cypress-with-typescript/", @@ -36,7 +52,7 @@ }, { "title": "Cypress Network Testing Exercises", - "url": "https://cypress.tips/courses", + "url": "https://cypress.tips/courses/network-testing", "author": "Gleb Bahmutov", "authorTwitter": "bahmutov", "sourceName": "Cypress.Tips",