[PR #546] [MERGED] update e2e tests #2693

Closed
opened 2026-03-17 00:22:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/hoppscotch/hoppscotch/pull/546
Author: @yubathom
Created: 2/2/2020
Status: Merged
Merged: 2/2/2020
Merged by: @liyasthomas

Base: masterHead: fix/start-server-and-test


📝 Commits (1)

  • 85c5f16 tests(fix): update start-server-and-test, update e2e tests, change build test command at ci

📊 Changes

8 files changed (+152 additions, -102 deletions)

View changed files

📝 .gitignore (+6 -0)
📝 .travis.yml (+1 -0)
📝 package-lock.json (+75 -42)
📝 package.json (+3 -3)
📝 tests/e2e/integration/app.starter.spec.js (+2 -2)
📝 tests/e2e/integration/feature.url-queries.spec.js (+28 -51)
tests/e2e/integration/proxy.spec.js (+20 -0)
📝 tests/e2e/support/commands.js (+17 -4)

📄 Description

Some updates to e2e tests:

  • fix error of dependency start-server-and-test update (^1.10.8) #544
  • add test to proxy feature
  • update test to url queries feature (test to add/remove passwords at url with the toggler)
  • use nuxt build/start to run tests instead of nuxt

Some tests were failing because the vm of the ci was loading the assets (and the page was not ready to run the first test). This is a screenshot from a test that runned at travis:

cypress-screenshot


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/hoppscotch/hoppscotch/pull/546 **Author:** [@yubathom](https://github.com/yubathom) **Created:** 2/2/2020 **Status:** ✅ Merged **Merged:** 2/2/2020 **Merged by:** [@liyasthomas](https://github.com/liyasthomas) **Base:** `master` ← **Head:** `fix/start-server-and-test` --- ### 📝 Commits (1) - [`85c5f16`](https://github.com/hoppscotch/hoppscotch/commit/85c5f16e93c0e951e4fe6806904f714b84de8733) tests(fix): update start-server-and-test, update e2e tests, change build test command at ci ### 📊 Changes **8 files changed** (+152 additions, -102 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+6 -0) 📝 `.travis.yml` (+1 -0) 📝 `package-lock.json` (+75 -42) 📝 `package.json` (+3 -3) 📝 `tests/e2e/integration/app.starter.spec.js` (+2 -2) 📝 `tests/e2e/integration/feature.url-queries.spec.js` (+28 -51) ➕ `tests/e2e/integration/proxy.spec.js` (+20 -0) 📝 `tests/e2e/support/commands.js` (+17 -4) </details> ### 📄 Description Some updates to e2e tests: * fix error of dependency start-server-and-test update (`^1.10.8`) #544 * add test to proxy feature * update test to url queries feature (test to add/remove passwords at url with the toggler) * use nuxt `build/start` to run tests instead of `nuxt` > Some tests were failing because the vm of the ci was loading the assets (and the page was not ready to run the first test). This is a screenshot from a test that runned at travis: ![cypress-screenshot](https://user-images.githubusercontent.com/4117768/73603446-7547b780-4561-11ea-9ee3-9dd4b08be861.png) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-17 00:22:30 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2693
No description provided.