Skip to content

Commit

Permalink
home assignment solution - edit readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
ShayLevi committed Aug 2, 2024
1 parent ffcda32 commit a92885d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ Before you begin, ensure you have met the following requirements:
pnpm install
3. Create a .env file in the root directory of the project and add your Cloudinary credentials:

EMAIL=your-email
EMAIL=your-email

PASSWORD=your-password
PASSWORD=your-password

**Make sure to replace your-email and your-password with your actual Cloudinary credentials**
**Make sure to replace your-email and your-password with your actual Cloudinary credentials**
4. Make sure to replace filePath to a path of an asset from your PC:

const filePath = path.resolve('<your_image_path_source>');
const filePath = path.resolve('<your_image_path_source>');

5. To run the tests, use the following command:
pnpm exec playwright test

0 comments on commit a92885d

Please sign in to comment.