From the course: Test-Driven Development in an AI World

Unlock this course with a free trial

Join today to access over 24,900 courses taught by industry experts.

Configuring your dev environment for TDD and AI

Configuring your dev environment for TDD and AI

From the course: Test-Driven Development in an AI World

Configuring your dev environment for TDD and AI

- [Instructor] Let's set up your development environment for this course. First, you need to download the project from this course "GitHub Repository". It includes all the dependencies and settings you'll need. You can use Git commands to clone the repository, or if you're not comfortable using the terminal, you can simply download using GitHub Desktop. Once you clone the repo, you'll see several branches. Each one corresponds to a different lesson. If you check all the branches, you will find that some of them are marked as solved. Those contain the complete version of that lesson with all the changes already apply. After you picked a lesson branch, go ahead and open the project in Visual Studio Code. Open the terminal, and if it's your first time using the repository, make sure to run "npm" install. This install all required dependencies and creates a "node_modules" folder when it's done. To launch the test runner, type "npm, run, test". (keyboard clacks) You can stop it at any time…

Contents