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

Jasmine config available? #3

Open
pappnase99 opened this issue Aug 15, 2023 · 1 comment
Open

Jasmine config available? #3

pappnase99 opened this issue Aug 15, 2023 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@pappnase99
Copy link

Is there a way to access the config object to make any changes? I tried this in my web-test-runner.config.mjs but it had no effect:

export default  /** @type {import("@web/test-runner").TestRunnerConfig} */ ({
...jasmineTestRunnerConfig(),
testFramework: {
    config: {
        random: false
    }
  },
...
@littlespex
Copy link

+1

@coryrylan coryrylan added the bug Something isn't working label Oct 28, 2023
@coryrylan coryrylan self-assigned this Oct 28, 2023
rhashimoto pushed a commit to rhashimoto/web-test-runner-jasmine that referenced this issue Apr 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants