Skip to content
Open
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion readme/dev.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ please add `E2E_ENV=true` to your environment.

The embed script is not automatically built when the dev server starts.

Run the following command after changes to the `embed/index.ts` file:
Run the following command after changes to the `embed/index.tsx` file:

```sh
yarn dev:rollup
Expand Down
2 changes: 1 addition & 1 deletion readme/testing-general.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@ with example mocked event payloads defined in [the act/ directory](../act).
After
[installing the act library](https://nektosact.com/installation/index.html), you
can run a given action like e.g.
`act deployment_status -W ".github/workflows/performance-tests-pr.yml" -e act/deployment_status.json`,
`act deployment_status -W ".github/workflows/performance-tests-pr.yaml" -e act/deployment_status.json`,
modifying the event payload or adding a new one as needed.
3 changes: 1 addition & 2 deletions readme/testing-performance.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ k6 run k6/script-name.js

replacing the `script-name` with an actual name of the test you want to run.
Optionally, you can tweak the configuration of each test by directly modifying
the `options` object inside a given script and running `yarn k6:codegen` to make
the JavaScript files up-to-date.
the `options` object inside a given script.

For the GraphQL tests, you'll also need to pass `--env ENV=(test|int|prod)` flag
to point to the proper environment and
Expand Down