Skip to content

Commit

Permalink
Add info callout on playground directory (#17)
Browse files Browse the repository at this point in the history
This callout might make it clearer for users to avoid trying to run `npx playwright` commands from within the root directory, since it won't work.
  • Loading branch information
sevignator authored Dec 12, 2023
1 parent 6b1e212 commit 138795a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion exercises/01.e2e/01.problem.playwright/README.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,13 @@ in <InlineFile file="playwright.config.ts" />. If you want to learn more about
the configuration options, knock yourself out with
[this reference](https://playwright.dev/docs/test-configuration).

To start running the test, open up a terminal in the playground directory and
<callout-info>
Playwright-specific commands must be run in `playground` directory. If
you're currently in the workshop's root directory, simply run `cd playground`
to get there.
</callout-info>

To start running the test, open up a terminal in the `playground` directory and
run:

```sh nonumber
Expand Down

0 comments on commit 138795a

Please sign in to comment.