Skip to content

Commit

Permalink
ci: removing headless browser tests pending a rewrite
Browse files Browse the repository at this point in the history
  • Loading branch information
krpeacock committed Jun 26, 2024
1 parent a5cc246 commit a0658c9
Show file tree
Hide file tree
Showing 17 changed files with 3 additions and 302 deletions.
79 changes: 0 additions & 79 deletions .github/workflows/e2e-browser-tests.yml

This file was deleted.

2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ dfx stop

We expect you to have the replica running on port `4943`. If you are using a different port, you can set an environment variable `REPLICA_PORT` to the port number.

> Note: browser tests have been temporarily removed pending a rewrite
To run the e2e browser tests, you can run

```bash
Expand Down
3 changes: 1 addition & 2 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

### Changed

- ci: breaking out browser and noded e2e tests into separate workflows
- ci: using cypress github action for e2e tests
- ci: removing headless browser tests pending a rewrite

## [1.4.0] - 2024-06-17

Expand Down
2 changes: 0 additions & 2 deletions e2e/browser/.gitignore

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/browser/.proxyrc

This file was deleted.

12 changes: 0 additions & 12 deletions e2e/browser/cypress.config.js

This file was deleted.

6 changes: 0 additions & 6 deletions e2e/browser/cypress/.eslintrc.json

This file was deleted.

59 changes: 0 additions & 59 deletions e2e/browser/cypress/e2e/ecdsa.cy.js

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/browser/cypress/fixtures/example.json

This file was deleted.

25 changes: 0 additions & 25 deletions e2e/browser/cypress/support/commands.js

This file was deleted.

20 changes: 0 additions & 20 deletions e2e/browser/cypress/support/e2e.js

This file was deleted.

25 changes: 0 additions & 25 deletions e2e/browser/cypress/utils/actor.js

This file was deleted.

8 changes: 0 additions & 8 deletions e2e/browser/dfx.json

This file was deleted.

38 changes: 0 additions & 38 deletions e2e/browser/package.json

This file was deleted.

10 changes: 0 additions & 10 deletions e2e/browser/src/index.html

This file was deleted.

5 changes: 0 additions & 5 deletions e2e/browser/src/whoami/main.mo

This file was deleted.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
"packages/auth-client",
"packages/assets",
"packages/identity-secp256k1",
"e2e/browser",
"e2e/node"
]
},
Expand Down

0 comments on commit a0658c9

Please sign in to comment.