Skip to content

Commit

Permalink
pushing url updates for service
Browse files Browse the repository at this point in the history
  • Loading branch information
codyde committed May 9, 2024
1 parent 19ab9fb commit 1d5c019
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions experimentation-automation/experimentation.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,13 @@ setup(test);
for (let iteration = 0; iteration < iterationCount; iteration++) {
test(`iteration: ${iteration}`, async ({ page }) => {

await page.goto("http://localhost:3000/api/airports")
// await page.goto("http://localhost:3000/api/airports")

await page.goto("http://localhost:3000/");
// await page.goto("http://localhost:3000/");

await page.goto("https://launch-airways.up.railway.app/api/airports")

await page.goto("https://launch-airways.up.railway.app/");

await page.click('button.signin')

Expand Down

0 comments on commit 1d5c019

Please sign in to comment.