Skip to content

fix: matrix-invite tests for node 20.12.2#33

Merged
jcabannes merged 1 commit intomasterfrom
fix-matrix-invite-tests-on-ci
Apr 23, 2024
Merged

fix: matrix-invite tests for node 20.12.2#33
jcabannes merged 1 commit intomasterfrom
fix-matrix-invite-tests-on-ci

Conversation

@jcabannes
Copy link
Copy Markdown
Member

No description provided.

command: 'npm run build && npm run preview',
url: 'http://127.0.0.1:4173',
timeout: 120000
url: 'http://localhost:4173'

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
const config: PlaywrightTestConfig = defineConfig({
use: {
baseURL: 'http://127.0.0.1:4173'
baseURL: 'http://localhost:4173'

Check notice

Code scanning / devskim

Accessing localhost could indicate debug code, or could hinder scaling.

Do not leave debug code in production
@jcabannes jcabannes merged commit 95e1432 into master Apr 23, 2024
@jcabannes jcabannes deleted the fix-matrix-invite-tests-on-ci branch April 23, 2024 09:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants