Skip to content

Add pure web example for sites like jsfiddle #44

@devpaul

Description

@devpaul

As a user, I'd like to be able to write intern tests that run purely in the browser. For example, I may want to produce a test for a project like DefintielyTyped that prevents me from adding a package.json file to a sub-directory; or I may want to share tests on jsfiddle, dojo.io, or in workshops.

Long story short, it'd be awesome to get an example that can show people that intern can do this and how to get started ❤️

Here's my started code. I haven't yet gotten it working due to theintern/intern#747

<!DOCTYPE html>
<html lang="en">
<head>
	<title>Unit Tests</title>
	<script src="https://unpkg.com/intern@next/browser/intern.js"></script>
</head>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions