Skip to content

Commit

Permalink
removing playwright tests
Browse files Browse the repository at this point in the history
  • Loading branch information
xoscar committed Jul 12, 2024
1 parent 944c6cc commit ce04ca2
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 88 deletions.
44 changes: 0 additions & 44 deletions .github/workflows/playwright-stage.yml

This file was deleted.

41 changes: 0 additions & 41 deletions .github/workflows/playwright.yml

This file was deleted.

4 changes: 2 additions & 2 deletions test/artillery/import-pokemon.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
config:
target: "https://demo-pokeshop.tracetest.io"
phases:
- duration: 5
arrivalRate: 5
- duration: 2
arrivalRate: 2
plugins:
publish-metrics:
- type: "open-telemetry"
Expand Down
2 changes: 1 addition & 1 deletion test/k6/add-pokemon.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import { Http, Tracetest } from 'k6/x/tracetest';
import { sleep } from 'k6';

export const options = {
vus: 10,
vus: 5,
duration: '5s',
teardownTimeout: '2m',
};
Expand Down

0 comments on commit ce04ca2

Please sign in to comment.