mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[PR #148] [CLOSED] Auto deploy pull requests, test and report #2445
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#2445
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hoppscotch/hoppscotch/pull/148
Author: @yubathom
Created: 9/16/2019
Status: ❌ Closed
Base:
master← Head:master📝 Commits (2)
6d9cd28Pull request auto deploy, test and report41762bcExport surge variables📊 Changes
13 files changed (+1272 additions, -11 deletions)
View changed files
📝
.gitignore(+5 -0)📝
.travis.yml(+15 -4)➕
cypress.json(+9 -0)📝
package-lock.json(+1051 -5)📝
package.json(+7 -2)➕
prdeploy.sh(+24 -0)➕
tests/ci/prmessage.js(+58 -0)➕
tests/e2e/fixtures/example.json(+5 -0)➕
tests/e2e/integration/0_starter.js(+12 -0)➕
tests/e2e/integration/url_queries.js(+37 -0)➕
tests/e2e/plugins/index.js(+4 -0)➕
tests/e2e/support/commands.js(+25 -0)➕
tests/e2e/support/index.js(+20 -0)📄 Description
This is related to #65
Features
prdeploy.shNew scripts:
npm run e2e- run tests locally (already running)localhost:3000in cli modenpm run e2e:open- run tests locally to (already running)localhost:3000in browser modenpm run dev:e2e- startlocalhost:3000and tests (browser mode). This is the default command to tdd.obs:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.