added readme, removed test dir
This commit is contained in:
11
README.md
Normal file
11
README.md
Normal file
@@ -0,0 +1,11 @@
|
||||
# Testing Fundamentals
|
||||
|
||||
## Setup Instructions
|
||||
|
||||
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