Skip to content

Commit

Permalink
test(e2e): 暂时移除全局的 cypress baseUrl
Browse files Browse the repository at this point in the history
因为cypress对于 proxy 的支持还不大够,等到 cypress-io/cypress#3531 合并之后应该就可以了
  • Loading branch information
Liu's DeskTop authored and probot-auto-merge[bot] committed Apr 1, 2019
1 parent 79a5e09 commit 4fd6089
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 0 additions & 1 deletion e2e/cypress.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"baseUrl": "http://reverse-proxy",
"reporter": "cypress-image-snapshot/reporter"
}
2 changes: 2 additions & 0 deletions e2e/cypress/integration/frontend/frontend.spec.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
Cypress.config('baseUrl', 'http://reverse-proxy')

describe('/', () => {

beforeEach(() => {
Expand Down

0 comments on commit 4fd6089

Please sign in to comment.