Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add info callout on playground directory #17

Merged
merged 1 commit into from
Dec 12, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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