Skip to content

Commit

Permalink
Merge branch 'integration-tests' of https://github.com/loculus-projec…
Browse files Browse the repository at this point in the history
…t/loculus into integration-tests
  • Loading branch information
theosanderson committed Jan 10, 2025
2 parents 38338c7 + d516160 commit 922db76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 36 deletions.
36 changes: 1 addition & 35 deletions integration-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,39 +42,5 @@ export default defineConfig({
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
/*
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
*/

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
// },

/* Test against branded browsers. */
// {
// name: 'Microsoft Edge',
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
// },
// {
// name: 'Google Chrome',
// use: { ...devices['Desktop Chrome'], channel: 'chrome' },
// },
],

/* Run your local dev server before starting the tests */
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
}
});
2 changes: 1 addition & 1 deletion integration-tests/tests/specs/auth/registration.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ test.describe('Registration Flow', () => {

test('should successfully register a new user', async ({ page, testAccount }) => {
await authPage.createAccount(testAccount);
// Add your assertions here

});
});

0 comments on commit 922db76

Please sign in to comment.