-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
8fc8e0a
commit 63aa59a
Showing
4 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# clone git@github.com:replayio/redwood.git | ||
# Once after cloning | ||
yarn | ||
|
||
# At least once to build a test project | ||
export PROJECT_PATH=$(mktemp -d) | ||
yarn build:test-project --ts --link $PROJECT_PATH | ||
yarn rw build | ||
|
||
# run the tests. It expects PROJECT_PATH to be se | ||
# so be sure to set it inline if you've built a | ||
# test project in a "permanent" place | ||
(cd ./tasks/smoke-test && npx -y playwright test --project replay-firefox --reporter @replayio/playwright/reporter,line) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters