Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement tests by using luigi mock module #2878

Merged
merged 92 commits into from
Sep 28, 2022

Conversation

viktorsperling
Copy link
Member

Description

Changes proposed in this pull request:

  • Adds native JS App using the MockEngine for e2e tests
  • e2e tests are done with Cypress 10.0.6
  • Adds new travis stage and job to run those tests

Related issue(s)
#2112

@ndricimrr ndricimrr changed the title 2112 implement tests by using luigi mock module Implement tests by using luigi mock module Sep 7, 2022
@@ -1,172 +1,14 @@
import { APP_INITIALIZER, NgModule } from '@angular/core';
import { LuigiMockEngine } from '../../../../../../testing-utilities/dist/';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

import { LuigiMockEngine } from '@luigi-project/testing-utilities';

add this later. keep duplicate temporarily below

@wdoberschuetz wdoberschuetz self-assigned this Sep 14, 2022
@@ -1,16 +1,17 @@
import { APP_INITIALIZER, NgModule } from '@angular/core';
// TODO: Use MockEngine directly from the package after released
// import { LuigiMockEngine } from '@luigi-project/testing-utilities';
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

TODO (after release)

@ndricimrr ndricimrr merged commit 224c4b9 into master Sep 28, 2022
@ndricimrr ndricimrr deleted the 2112-implement-tests-by-using-LuigiMockModule branch September 28, 2022 12:47
@JohannesDoberer JohannesDoberer added the enhancement New feature or request label Sep 30, 2022
@JohannesDoberer JohannesDoberer mentioned this pull request Sep 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants