Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffnyman committed Aug 21, 2024
1 parent 4149113 commit 46ad688
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install Playwright Browsers
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test --project "Playground UI Tests"
run: npx playwright test --project "Ludic UI Tests"
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Look at how the various projects are set up; look at what happens when you execu

If you find any of this useful, consider leaving a ⭐️ for this repo.

🟢 Prerequisites
## 🟢 Prerequisites

Make sure you have [Node.js](https://nodejs.org/en). The LTS version should be fine. You will also need the `npm` package manager, which comes with Node.js. A development environment or IDE with TypeScript/JavaScript support will help. [Visual Studio Code](https://code.visualstudio.com/) is a good choice.

Expand Down Expand Up @@ -270,7 +270,7 @@ This project is using GitHub Actions. Check [playwright.yml](https://github.com/

## 🔸 Test References

I'm using my own site material for this. One is a sample article called [A Ludic Historian Précis](https://testerstories.com/xyzzy/ludic/article/precis.html). The other is my [Playwright Playwround](https://testerstories.com/xyzzy/).
I'm using my own site material for this. One is a sample article called [A Ludic Historian Précis](https://testerstories.com/xyzzy/ludic/article/precis.html). The other is my [Playwright Playground](https://testerstories.com/xyzzy/).

## 👨‍💻 Jeff's Principles of Coding

Expand Down

0 comments on commit 46ad688

Please sign in to comment.