Skip to content

Commit

Permalink
feat: tests done
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielMatosBoubee committed Dec 2, 2024
1 parent ad81927 commit f258bcb
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 9 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,8 @@ jobs:
echo "Cypress Path: $(which cypress)" # Verifica o caminho onde o Cypress está instalado
echo "Cypress version: $(cypress --version)" # Verifica a versão do Cypress
- name: Init localhost
run: deno task start

- name: Run tests
run: deno task test-terminal
7 changes: 7 additions & 0 deletions cypress.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
const { defineConfig } = require('cypress')

module.exports = defineConfig({
e2e: {
baseUrl: 'http://localhost:8000',
},
})
9 changes: 0 additions & 9 deletions cypress.config.ts

This file was deleted.

0 comments on commit f258bcb

Please sign in to comment.