Compare commits
3 Commits
live-codin
...
dustin/cou
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
c0fad99503 | ||
|
|
c89bb10b06 | ||
|
|
a3bcc619ff |
16
README.md
Normal file
16
README.md
Normal file
@@ -0,0 +1,16 @@
|
||||
## Testing Fundamentals Course
|
||||
|
||||
This is a companion repository for the [Testing Fundamentals](https://frontendmasters.com/courses/testing/) course on Frontend Masters.
|
||||
[](https://frontendmasters.com/courses/testing/)
|
||||
|
||||
## Setup Instructions
|
||||
|
||||
> We recommend using Node.js version 20+ for this course
|
||||
|
||||
Clone this repository and install the dependencies:
|
||||
|
||||
```bash
|
||||
git clone https://github.com/stevekinney/introduction-to-testing.git
|
||||
cd introduction-to-testing
|
||||
npm install
|
||||
```
|
||||
@@ -1,2 +0,0 @@
|
||||
import { test, expect } from '@playwright/test';
|
||||
import { createServer } from 'vite';
|
||||
Reference in New Issue
Block a user